home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 12 / BBS in a box XII-2.iso / Files II / MacTechNotes / MacTN files by name < prev    next >
Encoding:
Text File  |  1994-06-23  |  253.1 KB  |  4,915 lines  |  [TEXT/R*ch]

  1.  Name  =  10+ Commandments.sit
  2.  Path =  AMUG CD2:Files II:MacTechNotes:Overview:10+ Commandments.sit
  3.  Size: 17K         Date: 6/22/93         Version: 
  4.  Description:
  5.  10+ Commandments - The world of Macintosh is changing rapidly. With a 
  6. plethora of new Macintosh CPUs and the prospect of even stranger, non-68K 
  7. CPUs on the horizon, how’s a programmer supposed to keep up? Maybe it’s 
  8. time to review some basic tenets of Macintosh programming and point out 
  9. some future pitfalls. Not only is it important that Apple evolve new 
  10. hardware; Apple must evolve the operating system as well. The issues 
  11. discussed here affect the ability of Apple to transform the Macintosh 
  12. Operating System into a modern operating system. As you write new code, or 
  13. review old code, be aware of these issues. 
  14.  
  15.  Name  =  32-Bit QuickDraw V1.2.sit
  16.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Graphics:32-Bit QuickDraw V1.2.sit
  17.  Size:  9K         Date:10/29/92         Version: 
  18.  Description:
  19.  32-Bit QuickDraw V1.2 - This Technical Note describes the changes and 
  20. enhancements to 32-Bit QuickDraw from version 1.0 (as shipped on the 
  21. original Color Disk) to version 1.2, which ships with System Software 6.0.5
  22. and later.  This Note assumes familiarity with Inside Macintosh, Volume V, 
  23. Color QuickDraw, and 32-Bit QuickDraw release notes.
  24.  
  25.  Name  =  +5 Volt Trickle.sit
  26.  Path =  AMUG CD2:Files II:MacTechNotes:Hardware:+5 Volt Trickle.sit
  27.  Size:  6K         Date: 4/12/93         Version: 
  28.  Description:
  29.  +5 Volt Trickle - One of the features of the new NuBus90 spec is the 
  30. availability of +5 trickle charge. There are some things that you will need
  31. to know about this feature before you design any NuBus card. This Tech Note
  32. will provide these things. NuBus90 +5 trickle feature, +5 trickle feature 
  33. on Macintosh, Possible problems with +5 trickle.
  34.  
  35.  Name  =  A/ROSE Q&As.sit
  36.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:A/ROSE Q&As.sit
  37.  Size: 16K         Date:10/29/92         Version: 
  38.  Description:
  39.  A/ROSE Q&As - This Technical Note contains a collection of Q&As relating to
  40. a specific topic—questions you’ve sent the Developer Support Center (DSC) 
  41. along with answers from the DSC engineers. While DSC engineers have checked
  42. the Q&A content for accuracy, the Q&A Technical Notes don’t have the 
  43. editing and organization of other Technical Notes. The Q&A function is to 
  44. get new technical information and updates to you quickly, saving the polish
  45. for when the information migrates into reference manuals.
  46.  
  47.  Name  =  A/UX Compatibility Guide.sit
  48.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:A/UX Compatibility Guide.sit
  49.  Size: 12K         Date:10/29/92         Version: 
  50.  Description:
  51.  A/UX Compatibility Guide - This Technical Note describes details of the 
  52. A/UX 2.0 implementation of which developers should be aware, so that their 
  53. Macintosh applications also work properly under A/UX. Changes since April 
  54. 1989. This Note formerly described A/UX 1.1 Toolbox Bugs, but has been 
  55. completely rewritten to cover A/UX 2.0 compatibility. Changes since June 
  56. 1990. Changes due to A/UX 2.0.1, also added some new important issues.
  57.  
  58.  Name  =  A/UX Q&As.sit
  59.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:A/UX Q&As.sit
  60.  Size: 26K         Date:10/29/92         Version: 
  61.  Description:
  62.  A/UX Q&As - This Technical Note contains a collection of Q&As relating to a
  63. specific topic—questions you’ve sent the Developer Support Center (DSC) 
  64. along with answers from the DSC engineers. While DSC engineers have checked
  65. the Q&A content for accuracy, the Q&A Technical Notes don’t have the 
  66. editing and organization of other Technical Notes. The Q&A function is to 
  67. get new technical information and updates to you quickly, saving the polish
  68. for when the information migrates into reference manuals.
  69.  
  70.  Name  =  A/UX  System Calls.sit
  71.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:A/UX  System Calls.sit
  72.  Size: 21K         Date:10/29/92         Version: 
  73.  Description:
  74.  A/UX  System Calls - This Technical Note discusses how to make A/UX system 
  75. calls from applications developed in the Macintosh environment.  This is 
  76. useful to anyone porting an existing Macintosh driver or application to 
  77. work on A/UX as well. Changes since August 1990. Added information about 
  78. how to make use of fork() system calls under MultiFinder, as well as how 
  79. various A/UX system calls behave under the MultiFinder emulation mode. 
  80.  
  81.  Name  =  A5 and Patching traps.sit
  82.  Path =  AMUG CD2:Files II:MacTechNotes:Overview:A5 and Patching traps.sit
  83.  Size:  5K         Date:10/29/92         Version: 
  84.  Description:
  85.  A5 and Patching traps - Future software may allow desk accessories to have 
  86. their own globals by changing register A5 when the accessory is entered and
  87. exited. This can cause problems for applications that patch traps without 
  88. following certain rules.
  89.  
  90.  Name  =  A5 in GrowZone Procs.sit
  91.  Path =  AMUG CD2:Files II:MacTechNotes:Memory:A5 in GrowZone Procs.sit
  92.  Size:  5K         Date:10/29/92         Version: 
  93.  Description:
  94.  A5 in GrowZone Procs - If you have a grow zone function, it may get called 
  95. when a system routine is trying to allocate memory. Because this can 
  96. happen, you can’t be guaranteed that register A5 will be correct. If your 
  97. grow zone function depends on A5, you should save register A5, load A5 from
  98. the low-memory global CurrentA5 (a long word at $904), and restore the 
  99. caller’s A5 before you exit.
  100.  
  101.  Name  =  ADB Q&As.sit
  102.  Path =  AMUG CD2:Files II:MacTechNotes:Hardware:ADB Q&As.sit
  103.  Size: 17K         Date:10/29/92         Version: 
  104.  Description:
  105.  ADB Q&As - This Technical Note contains a collection of Q&As relating to a 
  106. specific topic—questions you’ve sent the Developer Support Center (DSC) 
  107. along with answers from the DSC engineers. While DSC engineers have checked
  108. the Q&A content for accuracy, the Q&A Technical Notes don’t have the 
  109. editing and organization of other Technical Notes. The Q&A function is to 
  110. get new technical information and updates to you quickly, saving the polish
  111. for when the information migrates into reference manuals.
  112.  
  113.  Name  =  ADBReInit in sys 4.2 - Don'.sit
  114.  Path =  AMUG CD2:Files II:MacTechNotes:Hardware:ADBReInit in sys 4.2 - Don'.sit
  115.  Size:  5K         Date: 6/22/93         Version: 
  116.  Description:
  117.  ADBReInit in sys 4.2 - Because of a bug (which causes auto-repeat) in the 
  118. ROM version of the Macintosh SE keyboard driver, a patch was placed in 
  119. System 4.1. If ADBReInit is called, the ROM version of the keyboard driver 
  120. will be reloaded, and the RAM version of the driver with the patches will 
  121. not be used. Therefore, it is recommended that ADBReInit not be called on 
  122. the Macintosh SE until the problem is fixed. (There is no need to call 
  123. ADBReInit.) This problem will not occur with the Macintosh II ROM version 
  124. of the keyboard driver.
  125.  
  126.  Name  =  ADB (Space Aliens).sit
  127.  Path =  AMUG CD2:Files II:MacTechNotes:Hardware:ADB (Space Aliens).sit
  128.  Size: 26K         Date: 2/28/94         Version: 
  129.  Description:
  130.  ADB (Space Aliens) - ADB–The Untold Story - Space Aliens Ate My Mouse
  131. Hardware. This Technical Note explains a number of esoteric and unknown 
  132. issues concerning the Apple Desktop Bus (ADB). It incorporates material 
  133. from the original version of this note, along with a large amount of new 
  134. information, and is intended to detail information concerning all levels of
  135. the ADB, from the hardware to the application usage level. This note is 
  136. supplementary to the information in The Guide To Macintosh Family Hardware 
  137. and in the Apple Desktop Bus Specification. The information in the 
  138. specification is the most accurate source of data, and unless it is 
  139. specifically refuted, it should be treated as the authoritative source.
  140.  
  141.  Name  =  ADSP Q&As.sit
  142.  Path =  AMUG CD2:Files II:MacTechNotes:Networking:ADSP Q&As.sit
  143.  Size:  8K         Date:10/29/92         Version: 
  144.  Description:
  145.  ADSP Q&As - This Technical Note contains a collection of Q&As relating to a
  146. specific topic—questions you’ve sent the Developer Support Center (DSC) 
  147. along with answers from the DSC engineers. While DSC engineers have checked
  148. the Q&A content for accuracy, the Q&A Technical Notes don’t have the 
  149. editing and organization of other Technical Notes. The Q&A function is to 
  150. get new technical information and updates to you quickly, saving the polish
  151. for when the information migrates into reference manuals.
  152.  
  153.  Name  =  AFE Q&As.sit
  154.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:AFE Q&As.sit
  155.  Size:  9K         Date:10/29/92         Version: 
  156.  Description:
  157.  AFE Q&As - This Technical Note contains a collection of Q&As relating to a 
  158. specific topic—questions you’ve sent the Developer Support Center (DSC) 
  159. along with answers from the DSC engineers. While DSC engineers have checked
  160. the Q&A content for accuracy, the Q&A Technical Notes don’t have the 
  161. editing and organization of other Technical Notes. The Q&A function is to 
  162. get new technical information and updates to you quickly, saving the polish
  163. for when the information migrates into reference manuals.
  164.  
  165.  Name  =  AFP Q&As.sit
  166.  Path =  AMUG CD2:Files II:MacTechNotes:Networking:AFP Q&As.sit
  167.  Size:  6K         Date:10/29/92         Version: 
  168.  Description:
  169.  AFP Q&As - This Technical Note contains a collection of Q&As relating to a 
  170. specific topic—questions you’ve sent the Developer Support Center (DSC) 
  171. along with answers from the DSC engineers. While DSC engineers have checked
  172. the Q&A content for accuracy, the Q&A Technical Notes don’t have the 
  173. editing and organization of other Technical Notes. The Q&A function is to 
  174. get new technical information and updates to you quickly, saving the polish
  175. for when the information migrates into reference manuals.
  176.  
  177.  Name  =  ARA GetPortGlobal.sit
  178.  Path =  AMUG CD2:Files II:MacTechNotes:Networking:ARA GetPortGlobal.sit
  179.  Size:  7K         Date:12/07/93         Version: 
  180.  Description:
  181.  ARA GetPortGlobal - This Technical Note documents the Remote Access Manager
  182. (RAM) GetUserPortGlobalsPtr call. In order to make the RAM Status call on a
  183. machine that is setup to answer calls, you must first make the 
  184. GetUserPortGlobalsPtr call to retrieve a pointer to the globals for the 
  185. user port. The Apple Remote Access (ARA) 1.0 client software supports 
  186. dial-out and answering capabilities through a single port called the “user”
  187. port (the modem or printer port on your Mac). This means that when you 
  188. setup your machine to answer calls, you can answer only one call at a time 
  189. on the user port. However, the underlying ARA architecture was designed so 
  190. that in the future multiple ports may be supported...
  191.  
  192.  Name  =  ASP & AFP.sit
  193.  Path =  AMUG CD2:Files II:MacTechNotes:Networking:ASP & AFP.sit
  194.  Size:  5K         Date:10/29/92         Version: 
  195.  Description:
  196.  ASP & AFP - The descriptions of the AppleTalk Session Protocol and 
  197. AppleTalk Filing Protocol functions within the body of the AppleTalk 
  198. Manager chapter are incorrect and conflict with those in the Summary of the
  199. AppleTalk Manager. This technical note resolves the discrepancy. The 
  200. descriptions of the AppleTalk Session Protocol and AppleTalk Filing 
  201. Protocol functions which are described on pages 534 through 548 of Inside 
  202. Macintosh Volume V conflict with the descriptions in the Summary of the 
  203. AppleTalk Manager section, pages 554 through 559. 
  204.  
  205.  Name  =  ATP Q&As.sit
  206.  Path =  AMUG CD2:Files II:MacTechNotes:Networking:ATP Q&As.sit
  207.  Size:  5K         Date:10/29/92         Version: 
  208.  Description:
  209.  ATP Q&As - This Technical Note contains a collection of Q&As relating to a 
  210. specific topic—questions you’ve sent the Developer Support Center (DSC) 
  211. along with answers from the DSC engineers. While DSC engineers have checked
  212. the Q&A content for accuracy, the Q&A Technical Notes don’t have the 
  213. editing and organization of other Technical Notes. The Q&A function is to 
  214. get new technical information and updates to you quickly, saving the polish
  215. for when the information migrates into reference manuals.
  216.  
  217.  Name  =  AT Remote Access Q&As.sit
  218.  Path =  AMUG CD2:Files II:MacTechNotes:Networking:AT Remote Access Q&As.sit
  219.  Size:  7K         Date:10/29/92         Version: 
  220.  Description:
  221.  AT Remote Access Q&As - This Technical Note contains a collection of Q&As 
  222. relating to a specific topic—questions you’ve sent the Developer Support 
  223. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  224. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  225. have the editing and organization of other Technical Notes. The Q&A 
  226. function is to get new technical information and updates to you quickly, 
  227. saving the polish for when the information migrates into reference manuals.
  228.  
  229.  Name  =  AWS95 PerformanceGuide.sit
  230.  Path =  AMUG CD2:Files II:MacTechNotes:Apple Workgroup Server:AWS95 PerformanceGuide.sit
  231.  Size: 14K         Date:11/10/93         Version: 
  232.  Description:
  233.  AWS95 Performance Guide - The purpose of this Technical Note is to prov
  234. insight into the workings of certain aspects of the AWS 95 so that a person
  235. can make educated decisions on what and how to best configure and size the 
  236. AWS 95 for better performance. Before getting into details about how to 
  237. tune the AWS 95, the first section will discuss what kind of performance to
  238. expect from the AWS 95, as well as explain the benchmarks that were used at
  239. Apple to measure performance. The sections of this document which deal with
  240. the AppleShare Caches also apply for AppleShare 4.0 performance tuning.
  241.  
  242.  Name  =  AWS95 Q&A.sit
  243.  Path =  AMUG CD2:Files II:MacTechNotes:Apple Workgroup Server:AWS95 Q&A.sit
  244.  Size: 13K         Date:11/10/93         Version: 
  245.  Description:
  246.  AWS95 Q&A - This technote provides questions and answers pertaining to the 
  247. Apple Workgroup Server 95. Some on the included questions - What is the 
  248. relative positioning of the Apple Workgroup Servers and AppleShare family 
  249. of products? What is the positioning the AWS 95 and AppleShare Pro against 
  250. its competitors? What Server and Services products are available and 
  251. shipping? What are the configurations and prices for the AWS family? Why 
  252. isn't AppleShare Pro bundled with every AWS95 configuration? Why are some 
  253. customers having problems ordering AppleShare Pro? What third party 
  254. applications are available for the Workgroup Server 95? And many more 
  255. questions (with answers of course)!
  256.  
  257.  Name  =  AWS Buffer Cache Q & A.sit
  258.  Path =  AMUG CD2:Files II:MacTechNotes:Apple Workgroup Server:AWS Buffer Cache Q & A.sit
  259.  Size:  5K         Date:11/10/93         Version: 
  260.  Description:
  261.  AWS Buffer Cache Q & A - This technical note discusses the buffer cache
  262. the Apple Workgroup Server 95, how it affects performance and how to tune 
  263. your buffer cache to maximize performance. Some of the questions - What is 
  264. Unix buffer cache and how is it related to performance? How can proper 
  265. cache sizing be achieved? What is the cache setting for the default 
  266. File/Print as well as database configuration? What A/UX cache settings will
  267. optimize server performance?
  268.  
  269.  Name  =  About AWS Tech Notes.sit
  270.  Path =  AMUG CD2:Files II:MacTechNotes:Apple Workgroup Server:About AWS Tech Notes.sit
  271.  Size:  4K         Date:11/10/93         Version: 
  272.  Description:
  273.  About AWS (Apple Workgroup Server) Tech Notes - Technical notes are a 
  274. ‘living’ complement to product documentation, be it Inside Macintosh or 
  275. other documentation. This means that they are updated on a regular basis, 
  276. so as to be accurate and up to date. New Notes are added as required. This 
  277. technical note is an index of all technical notes related to the Apple 
  278. Workgroup Servers and related products. It also documents all changes to 
  279. the technical notes since the previous release. August 1993.
  280.  
  281.  Name  =  Absolute Pointing Device.sit
  282.  Path =  AMUG CD2:Files II:MacTechNotes:Devices:Absolute Pointing Device.sit
  283.  Size: 14K         Date:10/30/92         Version: 
  284.  Description:
  285.  This Technical Note specifies a memory data structure for use by absolute 
  286. pointing devices; it was developed for the Apple Desktop Bus (ADB) but 
  287. could also be used for devices using serial input. Generally, this data 
  288. structure is created and updated by the pointing device’s driver and read 
  289. by either an application or the system cursor rendering software.
  290.  
  291.  Name  =  Accessing Globals From MPW.sit
  292.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:Accessing Globals From MPW.sit
  293.  Size:  6K         Date: 6/22/93         Version: 
  294.  Description:
  295.  Accessing Globals From MPW - This technical note demonstrates how to access
  296. MPW Pascal and MPW C globals from the MPW Assembler.
  297.  
  298.  Name  =  AddDrive DrvrInstall.sit
  299.  Path =  AMUG CD2:Files II:MacTechNotes:Devices:AddDrive DrvrInstall.sit
  300.  Size:  6K         Date:10/29/92         Version: 
  301.  Description:
  302.  AddDrive DrvrInstall - AddDrive, DrvrInstall, and _DrvrRemove are used in 
  303. the sample SCSI driver in the SCSI Development Package, which is available 
  304. from APDA. This Technical Note documents the parameters for these calls.
  305. Changes since March 1, 1988. Updated the DrvrInstall text to reflect the 
  306. use of register A0, which should contain a pointer to the driver when 
  307. called. Also added simple glue code for DrvrInstall and DrvrRemove since 
  308. none is available in the MPW interfaces.
  309.  
  310.  Name  =  Alias Mgr Q&As.sit
  311.  Path =  AMUG CD2:Files II:MacTechNotes:Files:Alias Mgr Q&As.sit
  312.  Size:  5K         Date:10/29/92         Version: 
  313.  Description:
  314.  Alias Mgr Q&As - This Technical Note contains a collection of Q&As relating
  315. to a specific topic—questions you’ve sent the Developer Support Center 
  316. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  317. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  318. the editing and organization of other Technical Notes. The Q&A function is 
  319. to get new technical information and updates to you quickly, saving the 
  320. polish for when the information migrates into reference manuals.
  321.  
  322.  Name  =  Appearance Of Text.sit
  323.  Path =  AMUG CD2:Files II:MacTechNotes:Text:Appearance Of Text.sit
  324.  Size:  6K         Date:10/29/92         Version: 
  325.  Description:
  326.  Appearance Of Text - This technical note describes why text doesn’t always 
  327. look the way you expect depending on the environment you are in.
  328.  
  329.  Name  =  Apple Event Mgr Q&As.sit
  330.  Path =  AMUG CD2:Files II:MacTechNotes:Interapplication Comm.:Apple Event Mgr Q&As.sit
  331.  Size: 14K         Date:10/29/92         Version: 
  332.  Description:
  333.  Apple Event Mgr Q&As - This Technical Note contains a collection of Q&As 
  334. relating to a specific topic—questions you’ve sent the Developer Support 
  335. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  336. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  337. have the editing and organization of other Technical Notes. The Q&A 
  338. function is to get new technical information and updates to you quickly, 
  339. saving the polish for when the information migrates into reference manuals.
  340.  
  341.  Name  =  AppleEventsSendtoSelf.sit
  342.  Path =  AMUG CD2:Files II:MacTechNotes:Interapplication Comm.:AppleEventsSendtoSelf.sit
  343.  Size:  8K         Date:10/29/92         Version: 
  344.  Description:
  345.  AppleEvents Send to Self - If an application suspends handling of an Apple 
  346. event which it sent to itself, the Apple Event Manager will return 
  347. errAETimeout as the result of the AESend call. The event was still sent 
  348. correctly, however, and the answer (if any) should appear later in the 
  349. reply descriptor. However, a problem in system software versions 7.0 and 
  350. 7.0.1 prevents applications from getting the reply data.
  351.  
  352.  Name  =  AppleShare Foreground Apps.sit
  353.  Path =  AMUG CD2:Files II:MacTechNotes:Networking:AppleShare Foreground Apps.sit
  354.  Size:  5K         Date:10/29/92         Version: 
  355.  Description:
  356.  AppleShare Foreground Apps - This technical note outlines the requirements 
  357. and restrictions of an AppleShare foreground application. This information 
  358. pertains to AppleShare versions 1.1 and newer. An AppleShare server 
  359. requires a dedicated Macintosh. The server, however, is implemented as an 
  360. interrupt-driven application that runs in the system heap of the server 
  361. machine. This allows the running of a concurrent or foreground application 
  362. that will live in the application heap of the server machine. An example of
  363. a foreground application is LaserShare, the LaserWriter spooler available 
  364. from Apple.
  365.  
  366.  Name  =  AppleShare Limits.sit
  367.  Path =  AMUG CD2:Files II:MacTechNotes:Networking:AppleShare Limits.sit
  368.  Size:  5K         Date:10/29/92         Version: 
  369.  Description:
  370.  AppleShare Limits - This Technical Note describes some machine-dependent 
  371. limits of current versions of AppleShare and AppleShare servers. The 
  372. following chart lists some current AppleShare limits which are based upon 
  373. the chosen server platform and memory configuration.  The limits which 
  374. otherwise might be present on a workstation are still in effect and are not
  375. affected by the workstation being logged into an AppleShare server. These 
  376. limits will change in the future.
  377.  
  378.  Name  =  AppleShareable Applications.sit
  379.  Path =  AMUG CD2:Files II:MacTechNotes:Networking:AppleShareable Applications.sit
  380.  Size:  6K         Date:10/29/92         Version: 
  381.  Description:
  382.  AppleShareable Applications - Normally, applications on an AppleShare 
  383. server volume cannot be executed by more than one user at a time. This 
  384. technical note explains why, and tells how you can enable your application 
  385. to be shared.
  386.  
  387.  Name  =  AppleShare and Old Finder.sit
  388.  Path =  AMUG CD2:Files II:MacTechNotes:Networking:AppleShare and Old Finder.sit
  389.  Size:  4K         Date:10/29/92         Version: 
  390.  Description:
  391.  AppleShare and Old Finder - A rumor has been spread that if you use a 
  392. pre-AppleShare Finder on a workstation to access AppleShare volumes, you 
  393. can bypass AppleShare’s “access privilege” mechanisms. This is not true. 
  394. Access controls are enforced by the server, not by the Finder. If you use 
  395. an older Finder, you are still prevented (by the server) from gaining 
  396. access to protected files and folders; however, you will not get the proper
  397. user-interface feedback that you would if you were using the correct 
  398. Finder.
  399.  
  400.  Name  =  AppleTalk2.sit
  401.  Path =  AMUG CD2:Files II:MacTechNotes:Networking:AppleTalk2.sit
  402.  Size: 63K         Date:10/29/92         Version: 
  403.  Description:
  404.  AppleTalk2 - This Technical Note discusses the new features of AppleTalk 
  405. available for system software version 7.0 and AppleTalk version 57. The new
  406. features include support for the Flagship Naming Service and the AppleTalk 
  407. Multiple Node Architecture. We present the Multiple Node Architecture and 
  408. discuss the new calls available to applications. We also discuss the impact
  409. of the new architecture on AppleTalk Device files (ADEVs), and the changes 
  410. necessary to make them multinode compatible.
  411.  
  412.  Name  =  AppleTalk Interfaces.sit
  413.  Path =  AMUG CD2:Files II:MacTechNotes:Networking:AppleTalk Interfaces.sit
  414.  Size:  6K         Date:10/29/92         Version: 
  415.  Description:
  416.  AppleTalk Interfaces - What you need to do in order to use high-level 
  417. AppleTalk routines depends upon the interfaces you are using. Some 
  418. differences are outlined below.
  419.  
  420.  Name  =  AppleTalk Ov Q&As.sit
  421.  Path =  AMUG CD2:Files II:MacTechNotes:Networking:AppleTalk Ov Q&As.sit
  422.  Size: 12K         Date:10/29/92         Version: 
  423.  Description:
  424.  AppleTalk Ov Q&As - This Technical Note contains a collection of Q&As 
  425. relating to a specific topic—questions you’ve sent the Developer Support 
  426. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  427. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  428. have the editing and organization of other Technical Notes. The Q&A 
  429. function is to get new technical information and updates to you quickly, 
  430. saving the polish for when the information migrates into reference manuals.
  431.  
  432.  Name  =  AppleTalk Phase 2.sit
  433.  Path =  AMUG CD2:Files II:MacTechNotes:Networking:AppleTalk Phase 2.sit
  434.  Size: 18K         Date:10/29/92         Version: 
  435.  Description:
  436.  AppleTalk Phase 2 - This Technical Note discusses the new features and 
  437. calls available with AppleTalk Phase 2. Changes since August 1989. 
  438. Incorporated the ClosePrep and CancelClosePrep transitions and the new 
  439. control calls to the .MPP driver.
  440.  
  441.  Name  =  AppleTalk The Rest of.sit
  442.  Path =  AMUG CD2:Files II:MacTechNotes:Networking:AppleTalk The Rest of.sit
  443.  Size: 68K         Date: 2/28/94         Version: 3/94
  444.  Description:
  445.  AppleTalk The Rest of the Story - This Technical Note discusses the 
  446. updates, and modifications to a number of facets of the lower levels of 
  447. AppleTalk Phase 2 since the release of Inside Macintosh Volume VI. Changes 
  448. as of February 1994 - Provide list of original AppleTalk Manager routines 
  449. which are NOT being ported to the PowerPC platform. Corrected the Multinode
  450. Protocol glue to reflect that the AddNode call must be made as a 
  451. synchronous immediate Control call to the .MPP driver. Included information
  452. on making the sample socket listener compatible with Virtual Memory. Added 
  453. note that the LAPAddATQ and LAPRmvATQ routines have been corrected in the 
  454. Interface.o library supplied with MPW v3.3. And much more!
  455.  
  456.  Name  =  AppleTalk Timers Explained.sit
  457.  Path =  AMUG CD2:Files II:MacTechNotes:Networking:AppleTalk Timers Explained.sit
  458.  Size: 10K         Date: 6/22/93         Version: 
  459.  Description:
  460.  AppleTalk Timers Explained - This Technical Note explains how to 
  461. effectively use timers and retry mechanisms of the various AppleTalk 
  462. protocols to achieve maximum performance on an internet.
  463.  
  464.  Name  =  Apple’s Multidisk Installer.sit
  465.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:Apple’s Multidisk Installer.sit
  466.  Size:  9K         Date: 6/22/93         Version: 
  467.  Description:
  468.  Apple’s Multidisk Installer - This Technical Note documents Apple’s 
  469. Multidisk Installer, and it is in addition to separate Installer 
  470. documentation which provides the details of writing scripts.
  471. Changes since September 1991, Revised information on the use of Installer 
  472. version 3.1 to version 3.2. Revised information on the use of ScriptCheck 
  473. version 3.2.1 with Installer version 3.2. Added Common Questions and 
  474. Answers relating to the use of the Installer.
  475.  
  476.  Name  =  Arbitr UseofAFPMisc.sit
  477.  Path =  AMUG CD2:Files II:MacTechNotes:Networking:Arbitr UseofAFPMisc.sit
  478.  Size:  5K         Date:10/29/92         Version: 
  479.  Description:
  480.  Arbitr UseofAFPMisc - This Technical Note discusses a scheme for 
  481. arbitrating the use of the afpMiscUserCommand and afpMiscUserWrite 
  482. AppleTalk Filing Protocol (AFP) commands. Inside Macintosh Volume V lists 
  483. two AFP command codes that are reserved for developers. They are 
  484. afpMiscUserCommand (call number 191) and afpMiscUserWrite (call number 
  485. 254). Several developers have asked that Apple arbitrate the use of those 
  486. two AFP calls. This Technical Note describes our recommended solution.
  487.  
  488.  Name  =  Author Index.sit
  489.  Path =  AMUG CD2:Files II:MacTechNotes: Indexes:Author Index.sit
  490.  Size:  9K         Date:10/29/92         Version: 
  491.  Description:
  492.  Author Index - This index lists each author and the Technical Notes they 
  493. are responsible for.
  494.  
  495.  Name  =  Available Volumes.sit
  496.  Path =  AMUG CD2:Files II:MacTechNotes:Files:Available Volumes.sit
  497.  Size:  5K         Date:10/29/92         Version: 
  498.  Description:
  499.  Available Volumes - Standard File lets the user select one file from any 
  500. available volume; it is sometimes necessary for an application to find 
  501. which volumes are present. This technical note gives the proper method of 
  502. accomplishing this. There is a little-noticed feature of the low-level file
  503. manager call PBHGetVInfo which allows specification of a “volume index” to 
  504. select the volume. 
  505.  
  506.  Name  =  Avoid Using Network Events.sit
  507.  Path =  AMUG CD2:Files II:MacTechNotes:Networking:Avoid Using Network Events.sit
  508.  Size:  5K         Date:10/29/92         Version: 
  509.  Description:
  510.  Avoid Using Network Events - Future System software enhancements will not 
  511. support network events. This note gives hints on weaning your application 
  512. from the use of network events.
  513.  
  514.  Name  =  Background-Only Apps.sit
  515.  Path =  AMUG CD2:Files II:MacTechNotes:Processes:Background-Only Apps.sit
  516.  Size:  8K         Date:12/29/92         Version: 
  517.  Description:
  518.  Background-Only Apps - Background-only applications (BOAs) are Macintosh 
  519. applications that run only in the background under MultiFinder and under 
  520. System 7. BOAs are the preferred alternative to INITs, drivers, and 
  521. stand-alone code for most startup-time and background “daemon” services. 
  522. This note discusses various issues that affect development of BOAs, as well
  523. as useful implementation strategies for BOAs.
  524.  
  525.  Name  =  Basic QuickDraw Q&As.sit
  526.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Graphics:Basic QuickDraw Q&As.sit
  527.  Size: 29K         Date:10/29/92         Version: 
  528.  Description:
  529.  Basic QuickDraw Q&As - This Technical Note contains a collection of Q&As 
  530. relating to a specific topic—questions you’ve sent the Developer Support 
  531. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  532. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  533. have the editing and organization of other Technical Notes. The Q&A 
  534. function is to get new technical information and updates to you quickly, 
  535. saving the polish for when the information migrates into reference manuals.
  536.  
  537.  Name  =  BitMapToRegion.sit
  538.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Graphics:BitMapToRegion.sit
  539.  Size:  6K         Date:10/29/92         Version: 
  540.  Description:
  541.  BitMapToRegion - This Technical Note discusses the routine BitMapToRegion, 
  542. which converts a bitmap to a region, and is available in the 32-Bit 
  543. QuickDraw INIT and from Apple Software Licensing. Changes since October 
  544. 1989. Added trap definitions for developers using the 32-Bit QuickDraw 
  545. version of this routine without the correct MPW include file.
  546.  
  547.  Name  =  Blessed Folder.sit
  548.  Path =  AMUG CD2:Files II:MacTechNotes:Files:Blessed Folder.sit
  549.  Size:  6K         Date:10/29/92         Version: 
  550.  Description:
  551.  Blessed Folder - This Technical Note describes how to determine which 
  552. folder on an HFS volume is the blessed folder, that is, the folder that 
  553. contains both the System file and the Finder. Changes since January 1986, 
  554. The information about how to find the "Blessed Folder" has been deleted 
  555. from this technical note. The FindFolder function can now be used to find 
  556. the "Blessed Folder" and is documented in Inside Macintosh Volume VI, pages
  557. 9-42 to 9-44. This note now includes information about how to bless a 
  558. folder to the new system folder.
  559.  
  560.  Name  =  Boot Blocks.sit
  561.  Path =  AMUG CD2:Files II:MacTechNotes:Devices:Boot Blocks.sit
  562.  Size:  5K         Date:10/29/92         Version: 
  563.  Description:
  564.  Boot Blocks - There are two undocumented features of the Boot Blocks. This 
  565. note will describe how they currently work. Warning - The format and 
  566. functionality of the Boot Blocks will change in the future; dependence on 
  567. this information may cause your program to fail on future hardware or with 
  568. future System software.
  569.  
  570.  Name  =  Boot Problems.sit
  571.  Path =  AMUG CD2:Files II:MacTechNotes:Devices:Boot Problems.sit
  572.  Size: 18K         Date:10/29/92         Version: 
  573.  Description:
  574.  Boot Problems - The death of a hard disk with megabytes worth of data can 
  575. be exceedingly traumatic. This technical note will describe techniques for 
  576. recovering a hard disk and the data that is on it. The discussion will also
  577. include some tips on how to avoid problems.
  578.  
  579.  Name  =  Borrowed AFP Sessions.sit
  580.  Path =  AMUG CD2:Files II:MacTechNotes:Networking:Borrowed AFP Sessions.sit
  581.  Size: 11K         Date:10/29/92         Version: 
  582.  Description:
  583.  Borrowed AFP Sessions - This Technical Note shows how to borrow the session
  584. reference number of an AFP volume mounted by the Macintosh File System. It 
  585. also shows how to retrieve other information from the file system for a 
  586. mounted AFP volume.
  587.  
  588.  Name  =  Break/CTS Serial Driver Eve.sit
  589.  Path =  AMUG CD2:Files II:MacTechNotes:Hardware:Break/CTS Serial Driver Eve.sit
  590.  Size:  5K         Date:10/29/92         Version: 
  591.  Description:
  592.  Break/CTS Serial Driver Eve - This technical note documents the event 
  593. record information that gets passed when the serial driver posts an event 
  594. for a break/CTS status change. The serial driver can be programmed to post 
  595. a device driver event upon encountering a break status change or CTS change
  596. (via the SerHShake call). The structure of device driver events is 
  597. driver-specific. This technical note documents the event record information
  598. that gets passed when the serial driver posts a device driver event for a 
  599. break/CTS status change.
  600.  
  601.  Name  =  Bundles.sit
  602.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:Bundles.sit
  603.  Size:  6K         Date:10/29/92         Version: 
  604.  Description:
  605.  Bundles - A bundle is a collection of resources. Bundles can be used for a 
  606. number of different purposes, and are currently used by the Finder ito tie 
  607. an icon to a file type, allowing your application or data file to have its 
  608. own icon.
  609.  
  610.  Name  =  Bus Error Handlers.sit
  611.  Path =  AMUG CD2:Files II:MacTechNotes:Devices:Bus Error Handlers.sit
  612.  Size: 12K         Date:10/29/92         Version: 
  613.  Description:
  614.  Bus Error Handlers - This Technical Note discusses bus errors and how 
  615. applications and drivers should deal with them. Changes since February 
  616. 1991, Discussion of why declaration ROMs are necessary in NuBus™ design. 
  617. This discussion is important for those who are considering using a 
  618. workaround instead of declaration ROMs. Also added are some hints that you 
  619. should be aware of if you are planning to write a bus error handler for the
  620. ’040.
  621.  
  622.  Name  =  Byte Smearing.sit
  623.  Path =  AMUG CD2:Files II:MacTechNotes:Hardware:Byte Smearing.sit
  624.  Size:  5K         Date: 6/22/93         Version: 
  625.  Description:
  626.  Byte Smearing - This Technical Note discusses a feature of the current 
  627. Macintosh hardware which will not be supported in the future.  Macintosh 
  628. hardware developers and driver writers should be aware of this limitation 
  629. as it affects current and future products.
  630.  
  631.  Name  =  C++ Pitfalls.sit
  632.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:C++ Pitfalls.sit
  633.  Size: 22K         Date:10/29/92         Version: 
  634.  Description:
  635.  C++ Pitfalls - This Technical Note covers most of the common and serious 
  636. subtle problems that a MPW C++ user might encounter. For more information 
  637. consult the current C++ literature. This Note will be updated periodically 
  638. to reflect changes in the language and the compiler. Always read the 
  639. release notes included with the MPW C++ to find out the latest status for 
  640. known bugs and restrictions.
  641.  
  642.  Name  =  CDEF Params and Bugs.sit
  643.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:CDEF Params and Bugs.sit
  644.  Size:  5K         Date:10/29/92         Version: 
  645.  Description:
  646.  CDEF Params and Bugs - This Technical Note describes known bugs in the 
  647. Control Manager which affect control definition functions ('CDEF' 
  648. resources). Changes since August 1988. Updated to reflect known bugs in the
  649. posCntl and thumbCntl messages and the Control Manager _TrackControl call.
  650.  
  651.  Name  =  CD-ROM Driver Calls.sit
  652.  Path =  AMUG CD2:Files II:MacTechNotes:Devices:CD-ROM Driver Calls.sit
  653.  Size: 26K         Date: 6/22/93         Version: 
  654.  Description:
  655.  CD-ROM Driver Calls - This Technical Note discusses the public interface to
  656. the Apple CD-ROM driver, which currently supports the AppleCD SC, AppleCD 
  657. SC Plus/AppleCD 150, and the AppleCD 300. This information supercedes the 
  658. "Macintosh CD-ROM Device Driver" chapter of AppleCD SC Developer's guide 
  659. available through APDA. If you're writing special purpose application 
  660. software that needs to access the audio or data portions of a CD-ROM 
  661. directly, this note will be of interest to you. 
  662.  
  663.  Name  =  CD-ROM Notes (Most Excellen.sit
  664.  Path =  AMUG CD2:Files II:MacTechNotes:Devices:CD-ROM Notes (Most Excellen.sit
  665.  Size:  9K         Date: 6/22/93         Version: 
  666.  Description:
  667.  CD-ROM Notes - This Technical Note discusses issues concerning the use of 
  668. the AppleCD SC drive, the Apple CD-ROM device driver, and the Foreign File 
  669. Access software extension.
  670.  
  671.  Name  =  CD-ROM Q&As.sit
  672.  Path =  AMUG CD2:Files II:MacTechNotes:Devices:CD-ROM Q&As.sit
  673.  Size: 11K         Date:10/29/92         Version: 
  674.  Description:
  675.  CD-ROM Q&As - This Technical Note contains a collection of Q&As relating to
  676. a specific topic—questions you’ve sent the Developer Support Center (DSC) 
  677. along with answers from the DSC engineers. While DSC engineers have checked
  678. the Q&A content for accuracy, the Q&A Technical Notes don’t have the 
  679. editing and organization of other Technical Notes. The Q&A function is to 
  680. get new technical information and updates to you quickly, saving the polish
  681. for when the information migrates into reference manuals.
  682.  
  683.  Name  =  CD Remote DB Format.sit
  684.  Path =  AMUG CD2:Files II:MacTechNotes:Devices:CD Remote DB Format.sit
  685.  Size:  6K         Date: 5/30/94         Version: 2/94
  686.  Description:
  687.  CD Remote DB Format - February 1994. This Technical Note describes the 
  688. format of the “CD Remote Programs” database, as used in the “CD Remote” 
  689. desk accessory, the Hypercard CD Audio XCMDs, etc. Topics include - IndX 
  690. Resource Format, ProG Resource Format and STR# Resource. The file "CD 
  691. Remote Programs" is used by the CD Remote desk accessory, AppleCD Audio 
  692. Player, and other applications to retain information about an audio CD. 
  693. This file contains some master data in an ‘IndX’ resource. For each CD that
  694. has been entered into the database, a resource of type ‘ProG’ and a 
  695. resource of type ‘STR#’ are kept.
  696.  
  697.  Name  =  CMOS On LC PDS.sit
  698.  Path =  AMUG CD2:Files II:MacTechNotes:Hardware:CMOS On LC PDS.sit
  699.  Size:  5K         Date:10/29/92         Version: 
  700.  Description:
  701.  CMOS On LC PDS - This Technical Note provides PDS card developers with some
  702. important information about making PDS cards for the Macintosh LC. Due to 
  703. the way the Macintosh LC was designed, Apple strongly recommends that all 
  704. PDS cards be developed with CMOS parts.
  705.  
  706.  Name  =  Cache As Cache Can.sit
  707.  Path =  AMUG CD2:Files II:MacTechNotes:Hardware:Cache As Cache Can.sit
  708.  Size: 16K         Date:10/29/92         Version: 
  709.  Description:
  710.  Cache As Cache Can - This Technical Note documents cache behavior, 
  711. manipulation of processor caches, and manipulation of external caches on 
  712. Macintosh models that incorporate these features. It also describes how 
  713. system software uses a memory management unit (when available) to implement
  714. special caching options. Changes since October 1991. Described use of 
  715. AppleTalk Transition Queue event, ATTransSpeedChange, when altering the 
  716. 68040 cache state on the fly. This call must be issued so that LocalTalk 
  717. can reevaluate its timers. Otherwise LocalTalk becomes disabled.
  718.  
  719.  Name  =  Caching.sit
  720.  Path =  AMUG CD2:Files II:MacTechNotes:Files:Caching.sit
  721.  Size:  7K         Date:10/29/92         Version: 
  722.  Description:
  723.  Caching - This technical note describes disk and File System caching on the
  724. Macintosh, with particular emphasis on the high-level File System cache. Of
  725. the three caches used for file I/O, this is the one which could have the 
  726. most impact on your program. 
  727.  
  728.  Name  =  Calling SetResLoad.sit
  729.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:Calling SetResLoad.sit
  730.  Size:  4K         Date:10/29/92         Version: 
  731.  Description:
  732.  Calling SetResLoad - Calling SetResLoad(FALSE) can be useful if you need to
  733. get a handle to a resource, without causing the resource to be loaded from 
  734. disk if it isn’t already in memory. SetResLoad changes the value of the 
  735. low-memory global ResLoad (at location $A5E).
  736.  
  737.  Name  =  Category Index.sit
  738.  Path =  AMUG CD2:Files II:MacTechNotes: Indexes:Category Index.sit
  739.  Size: 40K         Date:10/29/92         Version: 
  740.  Description:
  741.  Category Index - This index lists each Technical Note by Cataogry, and 
  742. gives a brief description of of it's contents.
  743.  
  744.  Name  =  ChangedResource.sit
  745.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:ChangedResource.sit
  746.  Size:  5K         Date:10/29/92         Version: 
  747.  Description:
  748.  ChangedResource - The toolbox trap ChangedResource is used to inform the 
  749. Resource Manager that the contents of a resource have changed and should be
  750. written to disk. The actual write occurs on the next call to WriteResource 
  751. (for the specific resource) or UpdateResFile (for the resource file 
  752. containing the specified resource). When called, ChangedResource reserves 
  753. enough disk space to contain the changed resource. A little-known “feature”
  754. of ChangedResource is that it reserves disk space every time it is called. 
  755.  
  756.  Name  =  Chooser Enhancements
  757. .sit
  758.  Path =  AMUG CD2:Files II:MacTechNotes:Overview:Chooser Enhancements
  759. .sit
  760.  Size:  9K         Date: 6/22/93         Version: 
  761.  Description:
  762.  Chooser Enhancements - Beginning with version 3.2, the Chooser has been 
  763. enhanced to provide support for additional controls.
  764.  
  765.  Name  =  'ckid' Resource Format.sit
  766.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:'ckid' Resource Format.sit
  767.  Size:  8K         Date:10/29/92         Version: 
  768.  Description:
  769.  'ckid' Resource Format - This Technical Note describes the 'ckid' resource 
  770. format used by MPW’s Projector.  If you are writing an editor or 
  771. development system, you may wish to allow or disallow file modification 
  772. based on the information in the resource.
  773.  
  774.  Name  =  Clearing Completion.sit
  775.  Path =  AMUG CD2:Files II:MacTechNotes:Files:Clearing Completion.sit
  776.  Size:  4K         Date: 6/22/93         Version: 
  777.  Description:
  778.  Clearing Completion - When making synchronous calls to the File Manager, it
  779. is not necessary to clear ioCompletion field of the parameter block, since 
  780. that is done for you. Some earlier technotes explicitly cleared 
  781. ioCompletion, with the knowledge that this was unnecessary, to try to 
  782. encourage developers to fill in all fields of parameter blocks as indicated
  783. in Inside Macintosh. 
  784.  
  785.  Name  =  Clickless Sound.sit
  786.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:Clickless Sound.sit
  787.  Size:  5K         Date:10/29/92         Version: 
  788.  Description:
  789.  Clickless Sound - This Technical Note formerly described how to use the 
  790. Sound Driver to produce continuous sound without clicking. Changes since 
  791. March 1988. The continuous sound technique is no longer recommended.
  792.  
  793.  Name  =  Collaborative CompQ&As.sit
  794.  Path =  AMUG CD2:Files II:MacTechNotes:Interapplication Comm.:Collaborative CompQ&As.sit
  795.  Size:  7K         Date: 6/22/93         Version: 
  796.  Description:
  797.  Collaborative Comp Q&As - This Technical Note contains a collection of Q&As
  798. relating to a specific topic—questions you’ve sent the Developer Support 
  799. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  800. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  801. have the editing and organization of other Technical Notes. The Q&A 
  802. function is to get new technical information and updates to you quickly, 
  803. saving the polish for when the information migrates into reference manuals.
  804.  
  805.  Name  =  Color Cursor Cursing.sit
  806.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Graphics:Color Cursor Cursing.sit
  807.  Size:  5K         Date:10/29/92         Version: 
  808.  Description:
  809.  Color Cursor Cursing - Working with color cursors you create from scratch 
  810. can cause headaches. This Technical Note may help a bit. Changes since June
  811. 1989. Added a warning about purgeable 'clut' resources.
  812.  
  813.  Name  =  Color Mgr Q&As.sit
  814.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Graphics:Color Mgr Q&As.sit
  815.  Size:  6K         Date:10/29/92         Version: 
  816.  Description:
  817.  Color Mgr Q&As - This Technical Note contains a collection of Q&As relating
  818. to a specific topic—questions you’ve sent the Developer Support Center 
  819. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  820. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  821. the editing and organization of other Technical Notes. The Q&A function is 
  822. to get new technical information and updates to you quickly, saving the 
  823. polish for when the information migrates into reference manuals.
  824.  
  825.  Name  =  Color Monitor Connection.sit
  826.  Path =  AMUG CD2:Files II:MacTechNotes:Hardware:Color Monitor Connection.sit
  827.  Size:  7K         Date:10/29/92         Version: 
  828.  Description:
  829.  Color Monitor Connection - This Technical Note describes how to connect the
  830. Macintosh II Video Card, Macintosh IIci built-in video, and Macintosh LC 
  831. video to third-party monitors. Changes since February 1990. Added pinout 
  832. description for the Macintosh LC external video connector and a Macintosh 
  833. LC to VGA monitor adapter cable.  Standardized signal names throughout 
  834. Note.
  835.  
  836.  Name  =  Color Printing.sit
  837.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Printing:Color Printing.sit
  838.  Size:  8K         Date:10/29/92         Version: 
  839.  Description:
  840.  Color Printing - This discusses color printing in a Macintosh application.
  841. Whereas the original eight-color model of QuickDraw was sufficient for 
  842. printing in color on the ImageWriter II, the introduction of Color 
  843. QuickDraw has created the need for more sophisticated printing methods.
  844.  
  845.  Name  =  Color QuickDraw Q&As.sit
  846.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Graphics:Color QuickDraw Q&As.sit
  847.  Size: 39K         Date:10/29/92         Version: 
  848.  Description:
  849.  Color QuickDraw Q&As - This Technical Note contains a collection of Q&As 
  850. relating to a specific topic—questions you’ve sent the Developer Support 
  851. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  852. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  853. have the editing and organization of other Technical Notes. The Q&A 
  854. function is to get new technical information and updates to you quickly, 
  855. saving the polish for when the information migrates into reference manuals.
  856.  
  857.  Name  =  ColorSync Q&As.sit
  858.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Graphics:ColorSync Q&As.sit
  859.  Size:  6K         Date: 6/22/93         Version: 
  860.  Description:
  861.  ColorSync Q&As - This Technical Note contains a collection of Q&As relating
  862. to a specific topic—questions you’ve sent the Developer Support Center 
  863. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  864. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  865. the editing and organization of other Technical Notes. The Q&A function is 
  866. to get new technical information and updates to you quickly, saving the 
  867. polish for when the information migrates into reference manuals.
  868.  
  869.  Name  =  Color, Windows & 7.0.sit
  870.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:Color, Windows & 7.0.sit
  871.  Size: 21K         Date:10/29/92         Version: 
  872.  Description:
  873.  Color, Windows & 7.0 - System software version 7.0 introduces a new look 
  874. for the Macintosh desktop. In order to implement those changes, 'wctb' and 
  875. 'cctb' resources have changed in both form and use; it is now up to 
  876. developers to take the lead and help the new standard work. The task can be
  877. divided into two main areas: in most cases all developers have to do is to 
  878. stick to the system resources in order to provide a homogeneous feel to the
  879. user; developers in this group need only make sure the old 'wctb's are 
  880. disposed of and that all dialogs and windows are based on CGrafPorts.
  881.  
  882.  Name  =  Colorizing CopyBits.sit
  883.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Graphics:Colorizing CopyBits.sit
  884.  Size:  6K         Date:10/29/92         Version: 
  885.  Description:
  886.  Colorizing CopyBits - Inside Macintosh Volume V states that the foreground 
  887. and background colors are applied to an image during a CopyBits or CopyMask
  888. call. Accidental use of this feature can create bizarre coloring effects. 
  889. This note explains what happens, how to avoid problems, and how to use it.
  890.  
  891.  Name  =  Comm Toolbox Ov Q&As.sit
  892.  Path =  AMUG CD2:Files II:MacTechNotes:Communications:Comm Toolbox Ov Q&As.sit
  893.  Size: 12K         Date:10/29/92         Version: 
  894.  Description:
  895.  Comm Toolbox Ov Q&As - This Technical Note contains a collection of Q&As 
  896. relating to a specific topic—questions you’ve sent the Developer Support 
  897. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  898. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  899. have the editing and organization of other Technical Notes. The Q&A 
  900. function is to get new technical information and updates to you quickly, 
  901. saving the polish for when the information migrates into reference manuals.
  902.  
  903.  Name  =  Command-Shift Keys.sit
  904.  Path =  AMUG CD2:Files II:MacTechNotes:Operating System:Command-Shift Keys.sit
  905.  Size:  4K         Date:10/29/92         Version: 
  906.  Description:
  907.  Command-Shift Keys - In the standard system, there are two Command-Shift- 
  908. number key combinations that are automatically captured and processed by 
  909. GetNextEvent. 
  910.  
  911.  Name  =  Compatability Guidelines.sit
  912.  Path =  AMUG CD2:Files II:MacTechNotes:Overview:Compatability Guidelines.sit
  913.  Size:  8K         Date:10/29/92         Version: 
  914.  Description:
  915.  Compatability Guidelines - Apple has many enhancements planned for the 
  916. Macintosh family of computers. To help ensure your software’s compatibility
  917. with these enhancements, check each item in this note to be sure that 
  918. you’re following the recommendations.
  919.  
  920.  Name  =  Compatibility Q&As.sit
  921.  Path =  AMUG CD2:Files II:MacTechNotes:Overview:Compatibility Q&As.sit
  922.  Size:  6K         Date: 6/22/93         Version: 
  923.  Description:
  924.  Compatibility Q&As - This Technical Note contains a collection of Q&As 
  925. relating to a specific topic—questions you’ve sent the Developer Support 
  926. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  927. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  928. have the editing and organization of other Technical Notes. The Q&A 
  929. function is to get new technical information and updates to you quickly, 
  930. saving the polish for when the information migrates into reference manuals.
  931.  
  932.  Name  =  Compatibility Why and How.sit
  933.  Path =  AMUG CD2:Files II:MacTechNotes:Overview:Compatibility Why and How.sit
  934.  Size: 29K         Date:10/29/92         Version: 
  935.  Description:
  936.  Compatibility Why and How - While creating or revising any program for the 
  937. Macintosh, you should be aware of the most common reasons why programs fail
  938. on various versions of the Macintosh. This note will detail some common 
  939. failure modes, why they occur, and how to avoid them.
  940.  
  941.  Name  =  Compleat TeachText.sit
  942.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:Compleat TeachText.sit
  943.  Size: 15K         Date:10/29/92         Version: 
  944.  Description:
  945.  Compleat TeachText - This Technical Note explains how to use TeachText to 
  946. create release notes, complete with pictures, which every Macintosh owner 
  947. can read.  This Note assumes familiarity with ResEdit.
  948.  
  949.  Name  =  Component Manager 3.0.sit
  950.  Path =  AMUG CD2:Files II:MacTechNotes:QuickTime:Component Manager 3.0.sit
  951.  Size: 17K         Date: 5/03/94         Version: 3.0
  952.  Description:
  953.  Component Manager 3.0 - Written by -    Jim Reekes & Dave Radcliffe    March 
  954. 1994. This note contains information regarding the version of the Component
  955. Manager that shipped with QuickTime 1.6 and the changes necessary to 
  956. support native PowerPC components. Topics - QuickTime 1.6 and Component 
  957. Manager 3.0 , Native PowerPC components. The Component Manager in QuickTime
  958. 1.6.x and for the Power Macintosh (PowerPC) release has some new features. 
  959. It has added the ability to automatically resolve conflicts between 
  960. different versions of the same component. It will ensure that only the most
  961. recent version of a given component is actually registered.
  962.  
  963.  Name  =  Component Mgr Q&As.sit
  964.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:Component Mgr Q&As.sit
  965.  Size:  7K         Date: 6/22/93         Version: 
  966.  Description:
  967.  Component Mgr Q&As - This Technical Note contains a collection of Q&As 
  968. relating to a specific topic—questions you’ve sent the Developer Support 
  969. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  970. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  971. have the editing and organization of other Technical Notes. The Q&A 
  972. function is to get new technical information and updates to you quickly, 
  973. saving the polish for when the information migrates into reference manuals.
  974.  
  975.  Name  =  Composite SIMMs.sit
  976.  Path =  AMUG CD2:Files II:MacTechNotes:Hardware:Composite SIMMs.sit
  977.  Size:  6K         Date: 8/26/93         Version: 
  978.  Description:
  979.  Composite SIMMs - This Technical Note discusses composite SIMMs and why 
  980. they shouldn’t be used on Macintosh computers. A composite SIMM is defined 
  981. as a SIMM made up of banks of many smaller DRAM devices, with additional 
  982. bank-controlling circuitry and perhaps buffers for the address and control 
  983. signals. Composite SIMMs pose timing and electrical problems in some 
  984. Macintosh computers, particularly those optimized for maximum DRAM 
  985. performance, such as the Macintosh Centris 610, Macintosh Centris 650, 
  986. Macintosh Quadra 800, and the Macintosh Quadra 900 series.
  987.  
  988.  Name  =  Configuring Inodes.sit
  989.  Path =  AMUG CD2:Files II:MacTechNotes:Apple Workgroup Server:Configuring Inodes.sit
  990.  Size:  6K         Date:11/10/93         Version: 
  991.  Description:
  992.  Configuring Inodes - This technical note documents methods for 
  993. tuning/creating a UNIX file system with lower overheads in terms of inode 
  994. allocation, which proves to be important in large size file systems by 
  995. reclaiming disk space. The newfs command makes a Berkeley 4.2 UNIX file 
  996. system (UFS) on the specified device file. The A/UX version of HD SC Setup 
  997. invokes newfs when creating a UFS. Each file on the system is represented 
  998. by an inode, which contains critical information about the file, including 
  999. ownership, permissions, size, etc. The newfs command allocates disk space 
  1000. for inodes when the UFS is created. Find out more!
  1001.  
  1002.  Name  =  Connection Mgr Q&As.sit
  1003.  Path =  AMUG CD2:Files II:MacTechNotes:Communications:Connection Mgr Q&As.sit
  1004.  Size:  5K         Date:10/29/92         Version: 
  1005.  Description:
  1006.  Connection Mgr Q&As - This Technical Note contains a collection of Q&As 
  1007. relating to a specific topic—questions you’ve sent the Developer Support 
  1008. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  1009. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  1010. have the editing and organization of other Technical Notes. The Q&A 
  1011. function is to get new technical information and updates to you quickly, 
  1012. saving the polish for when the information migrates into reference manuals.
  1013.  
  1014.  Name  =  Control Mgr Q&As.sit
  1015.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:Control Mgr Q&As.sit
  1016.  Size:  7K         Date:10/29/92         Version: 
  1017.  Description:
  1018.  Control Mgr Q&As - This Technical Note contains a collection of Q&As 
  1019. relating to a specific topic—questions you’ve sent the Developer Support 
  1020. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  1021. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  1022. have the editing and organization of other Technical Notes. The Q&A 
  1023. function is to get new technical information and updates to you quickly, 
  1024. saving the polish for when the information migrates into reference manuals.
  1025.  
  1026.  Name  =  Control Panel Q&As.sit
  1027.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:Control Panel Q&As.sit
  1028.  Size:  8K         Date:10/29/92         Version: 
  1029.  Description:
  1030.  Control Panel Q&As - This Technical Note contains a collection of Q&As 
  1031. relating to a specific topic—questions you’ve sent the Developer Support 
  1032. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  1033. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  1034. have the editing and organization of other Technical Notes. The Q&A 
  1035. function is to get new technical information and updates to you quickly, 
  1036. saving the polish for when the information migrates into reference manuals.
  1037.  
  1038.  Name  =  Coop with Coprocessor.sit
  1039.  Path =  AMUG CD2:Files II:MacTechNotes:Hardware:Coop with Coprocessor.sit
  1040.  Size:  7K         Date:10/29/92         Version: 
  1041.  Description:
  1042.  Coop with Coprocessor - The use of the 68881 or 68882 coprocessor is 
  1043. usually handled by the SANE package or by a development system’s libraries.
  1044. Some developers may wish to use the coprocessor during special 
  1045. circumstances, such as at interrupt level or installing their own hardware 
  1046. floating point exception handlers. In these two situations, there are 
  1047. special requirements that must be met. These requirements will require 
  1048. floating–point assembly code and are discussed in this Technical Note.
  1049.  
  1050.  Name  =  CopyBits & GC QuickDraw.sit
  1051.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Graphics:CopyBits & GC QuickDraw.sit
  1052.  Size:  6K         Date:10/29/92         Version: 
  1053.  Description:
  1054.  CopyBits & GC QuickDraw - This Technical Note discusses conditions that may
  1055. cause _CopyBits to slow down when QuickDraw acceleration is on via the 
  1056. Apple 8•24 GC Display Card.
  1057.  
  1058.  Name  =  Correct PlatformChoice.sit
  1059.  Path =  AMUG CD2:Files II:MacTechNotes:Apple Workgroup Server:Correct PlatformChoice.sit
  1060.  Size:  3K         Date:11/10/93         Version: 
  1061.  Description:
  1062.  Correct Platform Choice - With the release of the Apple Workgroup Server 95
  1063. there has been confusion with respect to guiding customers towards 
  1064. selecting the proper platform for their specific needs. In a number of 
  1065. instances the database version of this product has been selected when what 
  1066. the customer required was really the File/Print Server. ACIUS Inc. is 
  1067. shipping their version of the 4th Dimension server. It will be important to
  1068. make sure that people who want to obtain this product combination 
  1069. understand that the proper platform is the File/Print Server and not the
  1070. database server product.
  1071.  
  1072.  Name  =  CreateResFile & PMSP.sit
  1073.  Path =  AMUG CD2:Files II:MacTechNotes:Files:CreateResFile & PMSP.sit
  1074.  Size:  6K         Date:10/29/92         Version: 
  1075.  Description:
  1076.  CreateResFile & PMSP - CreateResFile checks to see if a resource file with 
  1077. a given name exists, and if it does, returns a dupFNErr (–48) error. 
  1078. Unfortunately, to do this check, CreateResFile uses a call that follows the
  1079. Poor Man’s Search Path (PMSP).
  1080.  
  1081.  Name  =  Creating In Drop Folders.sit
  1082.  Path =  AMUG CD2:Files II:MacTechNotes:Files:Creating In Drop Folders.sit
  1083.  Size:  5K         Date:10/29/92         Version: 
  1084.  Description:
  1085.  Creating In Drop Folders - This technical note outlines the steps an 
  1086. application must take to create files inside AppleShare drop folders.
  1087. The AppleShare File Server allows the creation of drop folders. These are 
  1088. folders for which the user has the Make Changes privilege (write access), 
  1089. but not See Files (read access) or See Folders (search access).
  1090.  
  1091.  Name  =  Custom Menu Flashing Bug.sit
  1092.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:Custom Menu Flashing Bug.sit
  1093.  Size:  5K         Date:10/29/92         Version: 
  1094.  Description:
  1095.  Custom Menu Flashing Bug - Selected menu items in a custom 'MDEF' resource 
  1096. do not flash correctly due to a bug in the Menu Manager.  This Technical 
  1097. Note describes the problem and explains how to make your 'MDEF' flash 
  1098. correctly.
  1099.  
  1100.  Name  =  Custom WDEF and wDraw.sit
  1101.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:Custom WDEF and wDraw.sit
  1102.  Size:  4K         Date: 6/22/93         Version: 
  1103.  Description:
  1104.  Custom WDEF and wDraw - This Technical Note explains why custom window 
  1105. definition functions may not respond to a wDraw message from the system (if
  1106. you follow the documentation in Inside Macintosh).
  1107.  
  1108.  Name  =  DAM Extensions.sit
  1109.  Path =  AMUG CD2:Files II:MacTechNotes:Networking:DAM Extensions.sit
  1110.  Size: 14K         Date:10/29/92         Version: 
  1111.  Description:
  1112.  DAM Extensions - This Technical Note discusses coding data access 
  1113. extensions that provide an interface between the Data Access Manager and 
  1114. remote data sources. Each of the functions that a data access extension 
  1115. must implement is described.
  1116.  
  1117.  Name  =  DB to File/DB server.sit
  1118.  Path =  AMUG CD2:Files II:MacTechNotes:Apple Workgroup Server:DB to File/DB server.sit
  1119.  Size:  4K         Date:11/10/93         Version: 
  1120.  Description:
  1121.  DB to File/DB server - This technical note discusses how to convert your 
  1122. Apple Workgroup Server 95 Database Server running Oracle 7 to a combined 
  1123. Apple Workgroup Server 95 Database/File/Print Server running Oracle 7 and 
  1124. AppleShare Pro. The File/Print Server addition to a Apple Workgroup Server 
  1125. 95 Database Server requires many steps, which are fully explained in the 
  1126. documentation.
  1127.  
  1128.  Name  =  DB to File server.sit
  1129.  Path =  AMUG CD2:Files II:MacTechNotes:Apple Workgroup Server:DB to File server.sit
  1130.  Size:  5K         Date:11/10/93         Version: 
  1131.  Description:
  1132.  DB to File server - This technical note discusses how to change your Apple 
  1133. Workgroup Server 95 Database Server running Oracle 7 to a File/Print Server
  1134. running AppleShare Pro. Changing to a Apple Workgroup Server 95 File/Print 
  1135. Server requires many steps to be taken, all of which are listed and fully 
  1136. explained in the documentation.
  1137.  
  1138.  Name  =  DDP Q&As.sit
  1139.  Path =  AMUG CD2:Files II:MacTechNotes:Networking:DDP Q&As.sit
  1140.  Size:  7K         Date:10/29/92         Version: 
  1141.  Description:
  1142.  DDP Q&As - This Technical Note contains a collection of Q&As relating to a 
  1143. specific topic—questions you’ve sent the Developer Support Center (DSC) 
  1144. along with answers from the DSC engineers. While DSC engineers have checked
  1145. the Q&A content for accuracy, the Q&A Technical Notes don’t have the 
  1146. editing and organization of other Technical Notes. The Q&A function is to 
  1147. get new technical information and updates to you quickly, saving the polish
  1148. for when the information migrates into reference manuals.
  1149.  
  1150.  Name  =  Data In Resource Fork.sit
  1151.  Path =  AMUG CD2:Files II:MacTechNotes:Files:Data In Resource Fork.sit
  1152.  Size:  4K         Date:10/29/92         Version: 
  1153.  Description:
  1154.  Data In Resource Fork - Don’t use the resource fork of a file for 
  1155. non-resource data. Parts of the system (including the File Manager and the 
  1156. Finder) assume that if this fork exists, it will contain valid Resource 
  1157. Manager information. PBOpenRF was provided to allow copying of the resource
  1158. fork of a file in its entirety, without Resource Manager interpretation. Do
  1159. not use it to open “another data fork.”
  1160.  
  1161.  Name  =  Debugging Tips.sit
  1162.  Path =  AMUG CD2:Files II:MacTechNotes:Overview:Debugging Tips.sit
  1163.  Size:  6K         Date:10/29/92         Version: 
  1164.  Description:
  1165.  Debugging Tips - This presents a few tips which may make your debugging 
  1166. easier.
  1167.  
  1168.  Name  =  Debug with Purge.sit
  1169.  Path =  AMUG CD2:Files II:MacTechNotes:Overview:Debug with Purge.sit
  1170.  Size:  5K         Date:10/29/92         Version: 
  1171.  Description:
  1172.  Debug with Purge  - If you are having problems finding bugs like handles 
  1173. that aren’t locked down when they should be, or resources that aren’t there
  1174. when they’re supposed to be, there is a handy technique for forcing these 
  1175. problems to the surface.
  1176.  
  1177.  Name  =  Deferred Task Traps.sit
  1178.  Path =  AMUG CD2:Files II:MacTechNotes:Processes:Deferred Task Traps.sit
  1179.  Size:  8K         Date:10/29/92         Version: 
  1180.  Description:
  1181.  Deferred Task Traps - This Technical Note shows how to determine when the 
  1182. Deferred Task Manager is available, points out a compatibility issue with 
  1183. the Macintosh Plus, explains how and when deferred tasks are called, and 
  1184. shows how to access the dtParm parameter from deferred tasks written in C 
  1185. and Pascal.
  1186.  
  1187.  Name  =  Dependent Files.sit
  1188.  Path =  AMUG CD2:Files II:MacTechNotes:QuickTime:Dependent Files.sit
  1189.  Size: 10K         Date: 6/22/93         Version: 
  1190.  Description:
  1191.  Dependent Files - This Technical Note describes how to identify and work 
  1192. with dependent files, which are files that reference or are referenced by 
  1193. other files. It also documents QuickTime's dependent file format.
  1194.  
  1195.  Name  =  DeskHook and INIT Evils.sit
  1196.  Path =  AMUG CD2:Files II:MacTechNotes:Operating System:DeskHook and INIT Evils.sit
  1197.  Size:  8K         Date:10/29/92         Version: 
  1198.  Description:
  1199.  DeskHook and INIT Evils - This Technical Note discusses INIT evils, the 
  1200. foremost of which deals with clearing DeskHook and DragHook at INIT time.
  1201. Changes since August 1989. Added warning about clearing DragHook.
  1202.  
  1203.  Name  =  Desktop File Limits.sit
  1204.  Path =  AMUG CD2:Files II:MacTechNotes:Overview:Desktop File Limits.sit
  1205.  Size:  5K         Date:10/29/92         Version: 
  1206.  Description:
  1207.  Desktop File Limits - There is a limit to the number of applications/files 
  1208. that the Finder can “see” on a single volume. This limitation is imposed by
  1209. the Desktop file. The Desktop file is a resource file that the Finder uses 
  1210. to keep track of information about files and applications, including Finder
  1211. file comments (Get Info comments), and how these files and applications 
  1212. relate to each other. 
  1213.  
  1214.  Name  =  Desktop File Resources.sit
  1215.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:Desktop File Resources.sit
  1216.  Size:  6K         Date:10/29/92         Version: 
  1217.  Description:
  1218.  Desktop File Resources - This Technical Note describes the resources found 
  1219. in the Desktop file.  You should not base anything critical on the format 
  1220. of the Desktop file. System 7 already uses another scheme as did AppleShare
  1221. 2.0 under System 6.0.x.
  1222.  
  1223.  Name  =  Desktop Mgr Q&As.sit
  1224.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:Desktop Mgr Q&As.sit
  1225.  Size:  6K         Date:10/29/92         Version: 
  1226.  Description:
  1227.  Desktop Mgr Q&As - This Technical Note contains a collection of Q&As 
  1228. relating to a specific topic—questions you’ve sent the Developer Support 
  1229. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  1230. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  1231. have the editing and organization of other Technical Notes. The Q&A 
  1232. function is to get new technical information and updates to you quickly, 
  1233. saving the polish for when the information migrates into reference manuals.
  1234.  
  1235.  Name  =  Device Driver Q&As.sit
  1236.  Path =  AMUG CD2:Files II:MacTechNotes:Devices:Device Driver Q&As.sit
  1237.  Size:  9K         Date:10/29/92         Version: 
  1238.  Description:
  1239.  Device Driver Q&As - This Technical Note contains a collection of Q&As 
  1240. relating to a specific topic—questions you’ve sent the Developer Support 
  1241. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  1242. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  1243. have the editing and organization of other Technical Notes. The Q&A 
  1244. function is to get new technical information and updates to you quickly, 
  1245. saving the polish for when the information migrates into reference manuals.
  1246.  
  1247.  Name  =  Device Independen Printing.sit
  1248.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Printing:Device Independen Printing.sit
  1249.  Size:  5K         Date:10/29/92         Version: 
  1250.  Description:
  1251.  Device Independen Printing - The Printing Manager was designed to give 
  1252. Macintosh applications a device- independent method of printing, but we 
  1253. have provided device-dependent information, such as the contents of the 
  1254. print record. Due to the large number of printer-type drivers becoming 
  1255. available (even for non-printer devices) device independence is more 
  1256. necessary than ever. What this means to you, as a developer, is that we 
  1257. will no longer be providing (or supporting) information regarding the 
  1258. internal structure of the print record. 
  1259.  
  1260.  Name  =  Device Mgr Q&As.sit
  1261.  Path =  AMUG CD2:Files II:MacTechNotes:Devices:Device Mgr Q&As.sit
  1262.  Size: 14K         Date:10/29/92         Version: 
  1263.  Description:
  1264.  Device Mgr Q&As - This Technical Note contains a collection of Q&As 
  1265. relating to a specific topic—questions you’ve sent the Developer Support 
  1266. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  1267. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  1268. have the editing and organization of other Technical Notes. The Q&A 
  1269. function is to get new technical information and updates to you quickly, 
  1270. saving the polish for when the information migrates into reference manuals.
  1271.  
  1272.  Name  =  Device Mgt Ov Q&As.sit
  1273.  Path =  AMUG CD2:Files II:MacTechNotes:Devices:Device Mgt Ov Q&As.sit
  1274.  Size: 12K         Date:10/29/92         Version: 
  1275.  Description:
  1276.  Device Mgt Ov Q&As - This Technical Note contains a collection of Q&As 
  1277. relating to a specific topic—questions you’ve sent the Developer Support 
  1278. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  1279. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  1280. have the editing and organization of other Technical Notes. The Q&A 
  1281. function is to get new technical information and updates to you quickly, 
  1282. saving the polish for when the information migrates into reference manuals.
  1283.  
  1284.  Name  =  Dialog Mgr Q&As.sit
  1285.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:Dialog Mgr Q&As.sit
  1286.  Size: 16K         Date:10/29/92         Version: 
  1287.  Description:
  1288.  Dialog Mgr Q&As - This Technical Note contains a collection of Q&As 
  1289. relating to a specific topic—questions you’ve sent the Developer Support 
  1290. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  1291. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  1292. have the editing and organization of other Technical Notes. The Q&A 
  1293. function is to get new technical information and updates to you quickly, 
  1294. saving the polish for when the information migrates into reference manuals.
  1295.  
  1296.  Name  =  Dictionary Downloading.sit
  1297.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Printing:Dictionary Downloading.sit
  1298.  Size:  8K         Date: 6/22/93         Version: 
  1299.  Description:
  1300.  Dictionary Downloading - This technical note discusses a method for 
  1301. downloading PostScript dictionaries automatically using the LaserWriter 
  1302. driver. It will also provide the format and use of the PREC(103) resource. 
  1303. It will also describe some problems with the now obsolete PREC(201) 
  1304. resource. If you are using PostScript dictionaries, or either of these 
  1305. resources, you should definitely read this note.
  1306.  
  1307.  Name  =  Directory Handling Q&As.sit
  1308.  Path =  AMUG CD2:Files II:MacTechNotes:Files:Directory Handling Q&As.sit
  1309.  Size: 17K         Date:10/29/92         Version: 
  1310.  Description:
  1311.  Directory Handling Q&As - This Technical Note contains a collection of Q&As
  1312. relating to a specific topic—questions you’ve sent the Developer Support 
  1313. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  1314. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  1315. have the editing and organization of other Technical Notes. The Q&A 
  1316. function is to get new technical information and updates to you quickly, 
  1317. saving the polish for when the information migrates into reference manuals.
  1318.  
  1319.  Name  =  Disk Driver Q&As.sit
  1320.  Path =  AMUG CD2:Files II:MacTechNotes:Devices:Disk Driver Q&As.sit
  1321.  Size: 12K         Date:10/29/92         Version: 
  1322.  Description:
  1323.  Disk Driver Q&As - This Technical Note contains a collection of Q&As 
  1324. relating to a specific topic—questions you’ve sent the Developer Support 
  1325. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  1326. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  1327. have the editing and organization of other Technical Notes. The Q&A 
  1328. function is to get new technical information and updates to you quickly, 
  1329. saving the polish for when the information migrates into reference manuals.
  1330.  
  1331.  Name  =  Displaying Large PICT Files.sit
  1332.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Graphics:Displaying Large PICT Files.sit
  1333.  Size:  8K         Date: 6/22/93         Version: 
  1334.  Description:
  1335.  Displaying Large PICT Files - Now that we have scanners and other 
  1336. massive-picture producing types of applications, there is a need to address
  1337. the problem of how to display a PICT format object that is bigger than a 
  1338. current PICT resource is allowed to be. Note that this technique applies 
  1339. equally well to version 1 and version 2 (word-opcode) pictures as produced 
  1340. by the Macintosh II.
  1341.  
  1342.  Name  =  Docking Mgr Q&As.sit
  1343.  Path =  AMUG CD2:Files II:MacTechNotes:Devices:Docking Mgr Q&As.sit
  1344.  Size:  6K         Date: 6/22/93         Version: 
  1345.  Description:
  1346.  Docking Mgr Q&As - This Technical Note contains a collection of Q&As 
  1347. relating to a specific topic—questions you’ve sent the Developer Support 
  1348. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  1349. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  1350. have the editing and organization of other Technical Notes. The Q&A 
  1351. function is to get new technical information and updates to you quickly, 
  1352. saving the polish for when the information migrates into reference manuals.
  1353.  
  1354.  Name  =  Document Names.sit
  1355.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Printing:Document Names.sit
  1356.  Size:  5K         Date:10/29/92         Version: 
  1357.  Description:
  1358.  Document Names - Our compatibility testing for LaserShare (Apple’s 
  1359. LaserWriter spooler) has turned up a number of applications that do not 
  1360. provide the Printing Manager with a document name; although this feature is
  1361. not required, it is nice for users that share printers.
  1362.  
  1363.  Name  =  Don’t Call ADBReInit in sys.sit
  1364.  Path =  AMUG CD2:Files II:MacTechNotes:Hardware:Don’t Call ADBReInit in sys.sit
  1365.  Size:  5K         Date:10/29/92         Version: 
  1366.  Description:
  1367.  Don’t Call ADBReInit in sys - Because of a bug (which causes auto-repeat) 
  1368. in the ROM version of the Macintosh SE keyboard driver, a patch was placed 
  1369. in System 4.1. If ADBReInit is called, the ROM version of the keyboard 
  1370. driver will be reloaded, and the RAM version of the driver with the patches
  1371. will not be used. Therefore, it is recommended that ADBReInit not be called
  1372. on the Macintosh SE until the problem is fixed. (There is no need to call 
  1373. ADBReInit.) This problem will not occur with the Macintosh II ROM version 
  1374. of the keyboard driver.
  1375.  
  1376.  Name  =  Drawing Icons.sit
  1377.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Graphics:Drawing Icons.sit
  1378.  Size:  8K         Date:10/29/92         Version: 
  1379.  Description:
  1380.  Drawing Icons - Using resources of type ICON allows drawing of icons in 
  1381. srcOr mode.  Using resources of type ICN# allows for more variety when 
  1382. drawing icons.
  1383.  
  1384.  Name  =  Drawing Text in Narrow Graf.sit
  1385.  Path =  AMUG CD2:Files II:MacTechNotes:Text:Drawing Text in Narrow Graf.sit
  1386.  Size:  4K         Date: 6/22/93         Version: 
  1387.  Description:
  1388.  Drawing Text in Narrow Graf - When you draw a character into a GrafPort, 
  1389. your program will die with an address error if the width of the GrafPort is
  1390. smaller than the width of the character. If you check before drawing the 
  1391. character to see if the GrafPort is wide enough, you can avoid this 
  1392. unfortunate tragedy.
  1393.  
  1394.  Name  =  Drive Queue Elements.sit
  1395.  Path =  AMUG CD2:Files II:MacTechNotes:Devices:Drive Queue Elements.sit
  1396.  Size:  7K         Date: 6/22/93         Version: 
  1397.  Description:
  1398.  Drive Queue Elements - This note expands on Inside Macintosh’s definition 
  1399. of the drive queue, which is given in the File Manager chapter.
  1400.  
  1401.  Name  =  Driver Education.sit
  1402.  Path =  AMUG CD2:Files II:MacTechNotes:Devices:Driver Education.sit
  1403.  Size: 26K         Date: 6/22/93         Version: 
  1404.  Description:
  1405.  Driver Education - This Technical Note describes in detail the operation of
  1406. the Device Manager and its interaction with device drivers. It provides the
  1407. background needed for correct operation of third-party device drivers and 
  1408. also presents a method for finding an entry in the Unit Table for a driver.
  1409.  
  1410.  Name  =  Drivers & DAs in.sit
  1411.  Path =  AMUG CD2:Files II:MacTechNotes:Devices:Drivers & DAs in.sit
  1412.  Size:  8K         Date: 6/22/93         Version: 
  1413.  Description:
  1414.  Drivers & DAs in - This Technical Note describes a few complications which 
  1415. rear their rather ugly little heads when a desk accessory or driver needs 
  1416. periodic time. It also presents a few solutions to work around these 
  1417. problems and make life easier, at least periodically.
  1418.  
  1419.  Name  =  Edit File Format.sit
  1420.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:Edit File Format.sit
  1421.  Size:  5K         Date:10/29/92         Version: 
  1422.  Description:
  1423.  Edit File Format - This technical note describes the format of the files 
  1424. created by Edit. It has been verified for versions 1.x and 2.0.
  1425.  
  1426.  Name  =  Edition Mgr Q&As.sit
  1427.  Path =  AMUG CD2:Files II:MacTechNotes:Interapplication Comm.:Edition Mgr Q&As.sit
  1428.  Size:  7K         Date:10/29/92         Version: 
  1429.  Description:
  1430.  Edition Mgr Q&As - This Technical Note contains a collection of Q&As 
  1431. relating to a specific topic—questions you’ve sent the Developer Support 
  1432. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  1433. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  1434. have the editing and organization of other Technical Notes. The Q&A 
  1435. function is to get new technical information and updates to you quickly, 
  1436. saving the polish for when the information migrates into reference manuals.
  1437.  
  1438.  Name  =  Error in FCBPBRec.sit
  1439.  Path =  AMUG CD2:Files II:MacTechNotes:Files:Error in FCBPBRec.sit
  1440.  Size:  4K         Date:10/29/92         Version: 
  1441.  Description:
  1442.  Error in FCBPBRec - The declaration of a FCBPBRec is wrong in Inside 
  1443. Macintosh Volume IV  and early versions of MPW. This has been fixed in MPW 
  1444. 1.0 and newer. An error was made in the declaration of an FCBPBRec 
  1445. parameter block that is used in PBGetFCBInfo calls. The field ioFCBIndx was
  1446. incorrectly listed as a LONGINT.
  1447.  
  1448.  Name  =  Errs Returned from GetNewDi.sit
  1449.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:Errs Returned from GetNewDi.sit
  1450.  Size:  5K         Date: 6/22/93         Version: 
  1451.  Description:
  1452.  Errs Returned from GetNewDi - When calling GetNewDialog to retrieve a 
  1453. dialog template from a previously opened resource file, how are error 
  1454. conditions indicated to the caller? Unfortunately, they aren’t. The Dialog 
  1455. Manager calls GetResource and assumes the returned value is good.
  1456.  
  1457.  Name  =  Ethernet Q&As.sit
  1458.  Path =  AMUG CD2:Files II:MacTechNotes:Networking:Ethernet Q&As.sit
  1459.  Size:  9K         Date:10/29/92         Version: 
  1460.  Description:
  1461.  Ethernet Q&As - This Technical Note contains a collection of Q&As relating 
  1462. to a specific topic—questions you’ve sent the Developer Support Center 
  1463. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  1464. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  1465. the editing and organization of other Technical Notes. The Q&A function is 
  1466. to get new technical information and updates to you quickly, saving the 
  1467. polish for when the information migrates into reference manuals.
  1468.  
  1469.  Name  =  Event Mgr Q&As.sit
  1470.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:Event Mgr Q&As.sit
  1471.  Size: 12K         Date:10/29/92         Version: 
  1472.  Description:
  1473.  Event Mgr Q&As - This Technical Note contains a collection of Q&As relating
  1474. to a specific topic—questions you’ve sent the Developer Support Center 
  1475. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  1476. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  1477. the editing and organization of other Technical Notes. The Q&A function is 
  1478. to get new technical information and updates to you quickly, saving the 
  1479. polish for when the information migrates into reference manuals.
  1480.  
  1481.  Name  =  Every Picture [Comment] Tel.sit
  1482.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Graphics:Every Picture [Comment] Tel.sit
  1483.  Size:  5K         Date: 6/22/93         Version: 
  1484.  Description:
  1485.  Every Picture [Comment] Tel - Application-specific picture comment conflict
  1486. and registration is addressed, along with Developer Technical Support’s 
  1487. method for solving it.
  1488.  
  1489.  Name  =  Excellent CD Notes.sit
  1490.  Path =  AMUG CD2:Files II:MacTechNotes:Devices:Excellent CD Notes.sit
  1491.  Size:  9K         Date:10/29/92         Version: 
  1492.  Description:
  1493.  Excellent CD Notes - This Technical Note discusses issues concerning the 
  1494. use of the AppleCD SC drive, the Apple CD-ROM device driver, and the 
  1495. Foreign File Access software extension.
  1496.  
  1497.  Name  =  FPU Operations on Quadras.sit
  1498.  Path =  AMUG CD2:Files II:MacTechNotes:Hardware:FPU Operations on Quadras.sit
  1499.  Size: 19K         Date:10/29/92         Version: 
  1500.  Description:
  1501.  FPU Operations on Quadras - This Technical Note discusses floating-point 
  1502. unit (FPU) instruction support on Macintosh Quadra platforms with special 
  1503. emphasis given to compatibility and performance concerns. Changes since 
  1504. June 1992. Added warning to check for an FPU before attempting to execute 
  1505. FPU instructions.
  1506.  
  1507.  Name  =  Fear No SCSI.sit
  1508.  Path =  AMUG CD2:Files II:MacTechNotes:Devices:Fear No SCSI.sit
  1509.  Size: 14K         Date:10/29/92         Version: 
  1510.  Description:
  1511.  Fear No SCSI - This Technical Note discusses the answers to questions that 
  1512. are often asked about SCSI and that are not discussed in Inside Macintosh 
  1513. Volumes IV and V.
  1514.  
  1515.  Name  =  Feeder Fodder.sit
  1516.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Printing:Feeder Fodder.sit
  1517.  Size: 10K         Date:10/29/92         Version: 
  1518.  Description:
  1519.  Feeder Fodder - This Technical Note discusses the new Feeder button 
  1520. available in the 6.1, and 7.0 versions of the LaserWriter driver.  This 
  1521. Feeder button mechanism allows developers to insert code into the 
  1522. LaserWriter driver to support a sheet feeder connected to a LaserWriter.  
  1523. This Note provides a description of the button, as well as information 
  1524. required to implement one.
  1525.  
  1526.  Name  =  File Handling Q&As.sit
  1527.  Path =  AMUG CD2:Files II:MacTechNotes:Files:File Handling Q&As.sit
  1528.  Size: 28K         Date:10/29/92         Version: 
  1529.  Description:
  1530.  File Handling Q&As - This Technical Note contains a collection of Q&As 
  1531. relating to a specific topic—questions you’ve sent the Developer Support 
  1532. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  1533. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  1534. have the editing and organization of other Technical Notes. The Q&A 
  1535. function is to get new technical information and updates to you quickly, 
  1536. saving the polish for when the information migrates into reference manuals.
  1537.  
  1538.  Name  =  File Mgt Overview Q&As.sit
  1539.  Path =  AMUG CD2:Files II:MacTechNotes:Files:File Mgt Overview Q&As.sit
  1540.  Size:  8K         Date:10/29/92         Version: 
  1541.  Description:
  1542.  File Mgt Overview Q&As - This Technical Note contains a collection of Q&As 
  1543. relating to a specific topic—questions you’ve sent the Developer Support 
  1544. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  1545. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  1546. have the editing and organization of other Technical Notes. The Q&A 
  1547. function is to get new technical information and updates to you quickly, 
  1548. saving the polish for when the information migrates into reference manuals.
  1549.  
  1550.  Name  =  File Sharing .sit
  1551.  Path =  AMUG CD2:Files II:MacTechNotes:Files:File Sharing .sit
  1552.  Size: 10K         Date:10/29/92         Version: 
  1553.  Description:
  1554.  File Sharing - This Note describes modifications to the existing File 
  1555. Manager routines, PBGetCatInfo, PBHGetDirAccess, PBHSetDirAccess, 
  1556. PBHSetFLock and PBHRstFLock, when used on volumes prepared by Macintosh 
  1557. System 7 File Sharing. There are several differences between System 7 File 
  1558. Sharing and AppleShare 2.0.1. This Note describes what those differences 
  1559. mean when calling PBGetCatInfo, PBHGetDirAccess, PBHSetDirAccess, 
  1560. PBHSetFLock and PBHRstFLock on local volumes that return bHasPersonal 
  1561. AccessPrivileges to PBHGetVolParms.
  1562.  
  1563.  Name  =  File to DB server.sit
  1564.  Path =  AMUG CD2:Files II:MacTechNotes:Apple Workgroup Server:File to DB server.sit
  1565.  Size:  5K         Date:11/10/93         Version: 
  1566.  Description:
  1567.  File to DB server - This technical note discusses how to change your Apple 
  1568. Workgroup Server 95 (AWS 95) File/Print Server running AppleShare Pro to be
  1569. a Apple Workgroup Server 95 Database Server running Oracle 7. Changing to 
  1570. an Apple Workgroup Server 95 Database Server requires many steps to be 
  1571. taken, all of which are described in the tech note.
  1572.  
  1573.  Name  =  File to File/DB Server.sit
  1574.  Path =  AMUG CD2:Files II:MacTechNotes:Apple Workgroup Server:File to File/DB Server.sit
  1575.  Size:  5K         Date:11/10/93         Version: 
  1576.  Description:
  1577.  File to File/DB Server - This technical note discusses how to convert your 
  1578. Apple Workgroup Server 95 (AWS95) File/Print Server running AppleShare Pro 
  1579. to a combined Apple Workgroup Server 95 File/Print Server/Database Server 
  1580. running AppleShare Pro and Oracle 7. The Database Server addition to an 
  1581. Apple Workgroup Server 95 File/Print Server requires many steps to be 
  1582. taken, all of which are explained in this tech note.
  1583.  
  1584.  Name  =  FindDItem.sit
  1585.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:FindDItem.sit
  1586.  Size:  4K         Date:10/29/92         Version: 
  1587.  Description:
  1588.  FindDItem - FindDItem is a potentially useful call which returns the number
  1589. of a dialog item given a point in local coordinates and a dialog handle. It
  1590. returns an item number of –1 if no item’s rectangle overlaps the point. 
  1591. This is all well and good, except you don’t get back quite what you would 
  1592. expect.
  1593.  
  1594.  Name  =  Finder Flags.sit
  1595.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:Finder Flags.sit
  1596.  Size:  6K         Date: 2/28/94         Version: 11/93
  1597.  Description:
  1598.  Finder Flags - The Finder keeps and uses a series of file information flags
  1599. for each file. These flags are located in the fdFlags field (a word at 
  1600. offset $28 into an HParamBlockRec) of the ioFlFndrInfo record of a 
  1601. parameter block. For directories, the flags are located in the frFlags 
  1602. field of the ioDrUsrWds record of a parameter block (also offset $28).  
  1603. They may change with newer versions of the Finder. Finder 7.1.1 assigns the
  1604. following meanings to the flags (see the actual file). Changes since March 
  1605. 1988 - This version updates the meanings of several of the bits which 
  1606. changed in System 7 and System 7 Pro.
  1607.  
  1608.  Name  =  Finder Notes.sit
  1609.  Path =  AMUG CD2:Files II:MacTechNotes:Overview:Finder Notes.sit
  1610.  Size:  4K         Date:10/29/92         Version: 
  1611.  Description:
  1612.  Finder Notes - The Finder has undergone a couple of changes you should keep
  1613. in mind when creating the “bundle” information for your application.
  1614.  
  1615.  Name  =  Finder Q&As.sit
  1616.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:Finder Q&As.sit
  1617.  Size: 19K         Date:10/29/92         Version: 
  1618.  Description:
  1619.  Finder Q&As - This Technical Note contains a collection of Q&As relating to
  1620. a specific topic—questions you’ve sent the Developer Support Center (DSC) 
  1621. along with answers from the DSC engineers. While DSC engineers have checked
  1622. the Q&A content for accuracy, the Q&A Technical Notes don’t have the 
  1623. editing and organization of other Technical Notes. The Q&A function is to 
  1624. get new technical information and updates to you quickly, saving the polish
  1625. for when the information migrates into reference manuals.
  1626.  
  1627.  Name  =  Finders and Drives.sit
  1628.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:Finders and Drives.sit
  1629.  Size:  5K         Date:10/29/92         Version: 
  1630.  Description:
  1631.  Finders and Drives - This technical note describes the differences in the 
  1632. way the 1.1g, 4.1, 5.0 and newer Finders communicate with foreign 
  1633. (non-Sony) disk drives.
  1634.  
  1635.  Name  =  Finding Drivers in Unit.sit
  1636.  Path =  AMUG CD2:Files II:MacTechNotes:Devices:Finding Drivers in Unit.sit
  1637.  Size:  6K         Date: 5/30/94         Version: 
  1638.  Description:
  1639.  Finding Drivers in Unit - DV 6 - Finding Drivers in the Unit Table
  1640. Devices    M.DV.FindingDrivers. Revised by -    Rich Kubota    September 1993 
  1641. Written by -    Rick Blair    February 1986. This note will explain how code can 
  1642. be written to determine the reference number of a previously installed 
  1643. driver when only the name is known. Changes since February 1986 - Corrected
  1644. the C sample code specifically for "do…while" loop to continue while the 
  1645. driverName did not match that of the name of the driver for a unit entry. 
  1646. You should already be familiar with The Device Manager chapter of Inside 
  1647. Macintosh before reading this technical note.
  1648.  
  1649.  Name  =  Finding Drivers in.sit
  1650.  Path =  AMUG CD2:Files II:MacTechNotes:Devices:Finding Drivers in.sit
  1651.  Size:  6K         Date:10/29/92         Version: 
  1652.  Description:
  1653.  Finding Drivers - This note will explain how code can be written to 
  1654. determine the reference number of a previously installed driver when only 
  1655. the name is known. Changes since 2/86, Since the driver can be purged and 
  1656. the DCE still be allocated, the code now tests for dCtlDriver being NIL as 
  1657. well.
  1658.  
  1659.  Name  =  Fixed CLUT Devices.sit
  1660.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Graphics:Fixed CLUT Devices.sit
  1661.  Size:  7K         Date: 6/22/93         Version: 
  1662.  Description:
  1663.  Fixed CLUT Devices - Applications that need a given set of colors to look 
  1664. good or make use of color table animation can obtain undesired results in 
  1665. PowerBook 160, PowerBook 180, and PowerBook Duo Macintosh models. The 
  1666. reason for this is that these models sport Fixed Color Devices associated 
  1667. with the flat screen display. This Tech Note describes what a Fixed CLUT 
  1668. device is and presents some solutions to the challenges presented by this 
  1669. display type.
  1670.  
  1671.  Name  =  Floppy Disk Int Q&As.sit
  1672.  Path =  AMUG CD2:Files II:MacTechNotes:Hardware:Floppy Disk Int Q&As.sit
  1673.  Size:  5K         Date:10/29/92         Version: 
  1674.  Description:
  1675.  Floppy Disk Int Q&As - This Technical Note contains a collection of Q&As 
  1676. relating to a specific topic—questions you’ve sent the Developer Support 
  1677. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  1678. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  1679. have the editing and organization of other Technical Notes. The Q&A 
  1680. function is to get new technical information and updates to you quickly, 
  1681. saving the polish for when the information migrates into reference manuals.
  1682.  
  1683.  Name  =  Fond of FONDs.sit
  1684.  Path =  AMUG CD2:Files II:MacTechNotes:Text:Fond of FONDs.sit
  1685.  Size: 25K         Date:10/29/92         Version: 
  1686.  Description:
  1687.  Fond of FONDs - This Technical Note takes the place of Tech Note #26, 
  1688. “Character vs. String Operations in QuickDraw” by Bryan Stearns (March 
  1689. 1988), which pointed out the possible differences between the results of a 
  1690. StringWidth call and successive calls to CharWidth. This Note updates and 
  1691. brings into a broader context the issues related to text measuring. It also
  1692. provides additional documentation on font family resources ('FOND's), and 
  1693. addresses various other frequently asked questions related to the Font 
  1694. Manager. 
  1695.  
  1696.  Name  =  Font Family Numbers.sit
  1697.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Fonts:Font Family Numbers.sit
  1698.  Size:  9K         Date:10/29/92         Version: 
  1699.  Description:
  1700.  Font Family Numbers - This Technical Note discusses the range of numbers 
  1701. available for identifying font families, how they are allocated among 
  1702. script systems, and what numbers should be used for fonts that were 
  1703. designed to be used as a tool in an application. Changes since August 1990.
  1704. Apple Computer no longer registers font family ID numbers; this note has 
  1705. been altered to reflect the change in policy. Also, the relationship of 
  1706. outline fonts to font families is discussed briefly.
  1707.  
  1708.  Name  =  Font File Icons.sit
  1709.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Fonts:Font File Icons.sit
  1710.  Size:  5K         Date:10/29/92         Version: 
  1711.  Description:
  1712.  Font File Icons - This Technical Note discusses why you should not link 
  1713. directly from your font files to the font icons provided by LaserWriter 
  1714. driver 5.2 and later. Changes since December 1988. Added some useful tips 
  1715. and described the method required to bundle an icon to your font file.
  1716.  
  1717.  Name  =  Font Height Tables.sit
  1718.  Path =  AMUG CD2:Files II:MacTechNotes:Text:Font Height Tables.sit
  1719.  Size:  5K         Date:10/29/92         Version: 
  1720.  Description:
  1721.  Font Height Tables - This technical note describes how the Font Manager 
  1722. (except in 64K ROMs) calculates height tables for fonts and how you can 
  1723. force recalculation.
  1724.  
  1725.  Name  =  Font Mgr Q&As.sit
  1726.  Path =  AMUG CD2:Files II:MacTechNotes:Text:Font Mgr Q&As.sit
  1727.  Size: 15K         Date:10/29/92         Version: 
  1728.  Description:
  1729.  Font Mgr Q&As - This Technical Note contains a collection of Q&As relating 
  1730. to a specific topic—questions you’ve sent the Developer Support Center 
  1731. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  1732. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  1733. the editing and organization of other Technical Notes. The Q&A function is 
  1734. to get new technical information and updates to you quickly, saving the 
  1735. polish for when the information migrates into reference manuals.
  1736.  
  1737.  Name  =  Font Mgr Q&As.sit
  1738.  Path =  AMUG CD2:Files II:MacTechNotes:Text:Font Mgr Q&As.sit
  1739.  Size: 14K         Date:12/07/93         Version: 
  1740.  Description:
  1741.  Font Mgr Q&As - This Technical Note contains a collection of Q&As relating 
  1742. to a specific topic—questions you’ve sent the Developer Support Center 
  1743. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  1744. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  1745. the editing and organization of other Technical Notes. The Q&A function is 
  1746. to get new technical information and updates to you quickly, saving the 
  1747. polish for when the information migrates into reference manuals. New Q&As 
  1748. in this Technical Note - RealFont causes system heap to grow and Embedding 
  1749. fonts in applications.
  1750.  
  1751.  Name  =  Font Names.sit
  1752.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Fonts:Font Names.sit
  1753.  Size:  8K         Date:10/29/92         Version: 
  1754.  Description:
  1755.  Font Names - This note recommends the use of font names rather than font 
  1756. numbers. The Font Manager chapter of Inside Macintosh Volume IV claims that
  1757. font family numbers 0 through 127 are reserved for use by Apple, and 
  1758. numbers 128 through 255 are assigned by Apple for fonts created by software
  1759. developers. This is no longer true. Developer Technical Support does not 
  1760. assign font family numbers. You should only use font numbers to reference 
  1761. the system font (font 0) and application default font (font 1). All other 
  1762. fonts should be identified by name. The Font/DA Mover will renumber a font 
  1763. when moving it into a file containing a conflicting font family.
  1764.  
  1765.  Name  =  Fonts and the Script Mgr.sit
  1766.  Path =  AMUG CD2:Files II:MacTechNotes:Text:Fonts and the Script Mgr.sit
  1767.  Size:  9K         Date:10/29/92         Version: 
  1768.  Description:
  1769.  Fonts and the Script Mgr - This Technical Note describes how the Script 
  1770. Manager uses the font family ID to determine a script code.
  1771.  
  1772.  Name  =  Forcing Floppy Size.sit
  1773.  Path =  AMUG CD2:Files II:MacTechNotes:Devices:Forcing Floppy Size.sit
  1774.  Size:  5K         Date:10/29/92         Version: 
  1775.  Description:
  1776.  Forcing Floppy Size - This document explains how to initialize a disk as 
  1777. either single- or double- sided. It only applies to 800K drives, of course.
  1778. You can call the disk driver to initialize a disk and determine 
  1779. programmatically whether it should be initialized as single- (MFS) or 
  1780. double- (HFS) sided. All you have to do is call the .Sony driver directly 
  1781. to do the formatting then the Disk Initialization Package to write the 
  1782. directory information.
  1783.  
  1784.  Name  =  Fun with PrJobMerge (#2).sit
  1785.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Printing:Fun with PrJobMerge (#2).sit
  1786.  Size:  6K         Date:10/29/92         Version: 
  1787.  Description:
  1788.  Fun with PrJobMerge (#2) - This Technical Note discusses some interesting 
  1789. behavior you’ll encounter while using PrJobMerge with the 7.0 and 7.1 
  1790. versions of the LaserWriter driver. Changes since March 1992. Corrected the
  1791. Vulcan-like “THPring” typo to correctly read “THPrint,” and changed a 
  1792. comment in the code to mean what I originally meant.
  1793.  
  1794.  Name  =  GDevice Mgr Q&As.sit
  1795.  Path =  AMUG CD2:Files II:MacTechNotes:Devices:GDevice Mgr Q&As.sit
  1796.  Size: 15K         Date:10/29/92         Version: 
  1797.  Description:
  1798.  GDevice Mgr Q&As - This Technical Note contains a collection of Q&As 
  1799. relating to a specific topic—questions you’ve sent the Developer Support 
  1800. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  1801. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  1802. have the editing and organization of other Technical Notes. The Q&A 
  1803. function is to get new technical information and updates to you quickly, 
  1804. saving the polish for when the information migrates into reference manuals.
  1805.  
  1806.  Name  =  Gestalt & Sysenvirons.sit
  1807.  Path =  AMUG CD2:Files II:MacTechNotes:Overview:Gestalt & Sysenvirons.sit
  1808.  Size: 12K         Date: 6/22/93         Version: 
  1809.  Description:
  1810.  Gestalt & Sysenvirons - This Technical Note discusses the latest changes 
  1811. and improvements to the _Gestalt and _SysEnvirons calls.
  1812.  
  1813.  Name  =  Gestalt Mgr Q&As.sit
  1814.  Path =  AMUG CD2:Files II:MacTechNotes:Operating System:Gestalt Mgr Q&As.sit
  1815.  Size:  5K         Date: 6/22/93         Version: 
  1816.  Description:
  1817.  Gestalt Mgr Q&As - This Technical Note contains a collection of Q&As 
  1818. relating to a specific topic—questions you’ve sent the Developer Support 
  1819. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  1820. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  1821. have the editing and organization of other Technical Notes. The Q&A 
  1822. function is to get new technical information and updates to you quickly, 
  1823. saving the polish for when the information migrates into reference manuals.
  1824.  
  1825.  Name  =  GetNextEvent & Blinking App.sit
  1826.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:GetNextEvent & Blinking App.sit
  1827.  Size:  5K         Date:10/29/92         Version: 
  1828.  Description:
  1829.  GetNextEvent & Blinking App - Wherein arcane mysteries are unraveled so you
  1830. can make the Alarm Clock (or a similar desk accessory) blink the Apple menu
  1831. at the appointed second. Also, why GetNextEvent is a good thing.
  1832.  
  1833.  Name  =  Getting a Full Pathname.sit
  1834.  Path =  AMUG CD2:Files II:MacTechNotes:Files:Getting a Full Pathname.sit
  1835.  Size:  8K         Date:10/29/92         Version: 
  1836.  Description:
  1837.  Getting a Full Pathname - This Technical Note describes how to generate a 
  1838. full pathname, given either a Working Directory ID or a real vRefNum and a 
  1839. DirID. By using the techniques shown in this Note, you can find the full 
  1840. pathname from information such as that returned by Standard File. Changes 
  1841. since June 89. Added a note on how to check for A/UX. Fixed bug in C 
  1842. version:  BlockMove() parameters were reversed in pStrcpy(); added range 
  1843. checking to pStrCat(); changed references from “longint” to “long”.  Fixed 
  1844. bug in Pascal and C versions. Changed fsRtDir to fsRtdirID and made 
  1845. references to gHaveAUX consistent.
  1846.  
  1847.  Name  =  Getting thru CUSToms.sit
  1848.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:Getting thru CUSToms.sit
  1849.  Size: 15K         Date:10/29/92         Version: 
  1850.  Description:
  1851.  Getting thru CUSToms - This technical note provides a way for developers to
  1852. allow sophisticated users to add code to an off-the-shelf application.  
  1853. Using this scheme, the user can easily install the code module; the 
  1854. application has to know how to call it and, optionally, be able to respond 
  1855. to a set of predefined calls from the custom package. 
  1856.  
  1857.  Name  =  Glue Code.sit
  1858.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:Glue Code.sit
  1859.  Size: 12K         Date: 6/22/93         Version: 
  1860.  Description:
  1861.  Glue Code - This Technical Note describes glue code, explains how it 
  1862. quietly improves your complicated life, and shows you how to write your own
  1863. when necessary.
  1864.  
  1865.  Name  =  HFS Comaptibility.sit
  1866.  Path =  AMUG CD2:Files II:MacTechNotes:Files:HFS Comaptibility.sit
  1867.  Size:  7K         Date:10/29/92         Version: 
  1868.  Description:
  1869.  HFS Comaptibility - This technical note tells you how to make sure that 
  1870. your applications run under the Hierarchical File System (HFS). The 
  1871. Hierarchical File System (HFS) provides fast, efficient management of 
  1872. larger volumes than the original Macintosh File System (MFS). Since HFS is 
  1873. hierarchical, HFS folders have a meaning different from MFS folders. In 
  1874. MFS, a folder has only graphical significance—it is only used by the Finder
  1875. as a means of visually grouping files. The MFS directory structure is 
  1876. actually flat (all files are at the ‘root’ level). Under HFS, a folder is a
  1877. directory that can contain files and other directories.
  1878.  
  1879.  Name  =  HFS Elucidations.sit
  1880.  Path =  AMUG CD2:Files II:MacTechNotes:Files:HFS Elucidations.sit
  1881.  Size:  9K         Date:10/29/92         Version: 
  1882.  Description:
  1883.  HFS Elucidations - This technical note will describe a few problems that 
  1884. can occur while using HFS. It will also describe ways to avoid these 
  1885. problems.
  1886.  
  1887.  Name  =  HFS Ruminations.sit
  1888.  Path =  AMUG CD2:Files II:MacTechNotes:Files:HFS Ruminations.sit
  1889.  Size: 10K         Date:10/29/92         Version: 
  1890.  Description:
  1891.  HFS Ruminations - This technical note contains some thoughts concerning 
  1892. HFS.
  1893.  
  1894.  Name  =  HFS Tidbits.sit
  1895.  Path =  AMUG CD2:Files II:MacTechNotes:Files:HFS Tidbits.sit
  1896.  Size:  5K         Date:10/29/92         Version: 
  1897.  Description:
  1898.  HFS Tidbits - This Technical Note describes two poorly documented features 
  1899. of the File Manager.
  1900.  
  1901.  Name  =  Handles vs. Pointers.sit
  1902.  Path =  AMUG CD2:Files II:MacTechNotes:Memory:Handles vs. Pointers.sit
  1903.  Size:  5K         Date:10/29/92         Version: 
  1904.  Description:
  1905.  Handles vs. Pointers - A handle is a handle and a pointer is a pointer. 
  1906. Applications should avoid embedding non-relocatable objects (that the 
  1907. system assumes will never move) in handles. In order to avoid 
  1908. fragmentation, some applications embed pointers (non-relocatable memory 
  1909. manager objects) in handles, so that the handles can be moved around as 
  1910. needed. This can cause several problems, especially with the Macintosh II, 
  1911. and should be avoided.
  1912.  
  1913.  Name  =  Hard Disk Hacking.sit
  1914.  Path =  AMUG CD2:Files II:MacTechNotes:Devices:Hard Disk Hacking.sit
  1915.  Size:  5K         Date:10/29/92         Version: 
  1916.  Description:
  1917.  Hard Disk Hacking - For those of a technical bent with some extra time, you
  1918. can build your own hard disk system from a cheap SCSI drive and a driver 
  1919. that you write. This is not a project for those short on time, so beware.
  1920.  
  1921.  Name  =  Hard Disk Medic.sit
  1922.  Path =  AMUG CD2:Files II:MacTechNotes:Files:Hard Disk Medic.sit
  1923.  Size: 18K         Date: 6/22/93         Version: 
  1924.  Description:
  1925.  Hard Disk Medic - The death of a hard disk with megabytes worth of data can
  1926. be exceedingly traumatic. This technical note will describe techniques for 
  1927. recovering a hard disk and the data that is on it. The discussion will also
  1928. include some tips on how to avoid problems.
  1929.  
  1930.  Name  =  Help Mgr Q&As.sit
  1931.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:Help Mgr Q&As.sit
  1932.  Size: 17K         Date:10/29/92         Version: 
  1933.  Description:
  1934.  Help Mgr Q&As - This Technical Note contains a collection of Q&As relating 
  1935. to a specific topic—questions you’ve sent the Developer Support Center 
  1936. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  1937. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  1938. the editing and organization of other Technical Notes. The Q&A function is 
  1939. to get new technical information and updates to you quickly, saving the 
  1940. polish for when the information migrates into reference manuals.
  1941.  
  1942.  Name  =  High-Level AppleTalk Routin.sit
  1943.  Path =  AMUG CD2:Files II:MacTechNotes:Networking:High-Level AppleTalk Routin.sit
  1944.  Size:  5K         Date: 6/22/93         Version: 
  1945.  Description:
  1946.  High-Level AppleTalk Routin - What you need to do in order to use 
  1947. high-level AppleTalk routines depends upon the interfaces you are using. 
  1948. Some differences are outlined below.
  1949.  
  1950.  Name  =  High Level Control & Stat.sit
  1951.  Path =  AMUG CD2:Files II:MacTechNotes:Devices:High Level Control & Stat.sit
  1952.  Size:  7K         Date: 6/22/93         Version: 
  1953.  Description:
  1954.  High Level Control & Stat - This Technical Note discusses situations under 
  1955. which high-level Status calls do not work correctly and PBStatus calls 
  1956. should be made instead. Changes since February 1990-Information has been 
  1957. added describing similar problems with high-level Control calls.
  1958.  
  1959.  Name  =  HyperCard and You.sit
  1960.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:HyperCard and You.sit
  1961.  Size: 14K         Date:10/29/92         Version: 
  1962.  Description:
  1963.  HyperCard and You - This Technical Note describes some HyperCard anomalies 
  1964. with which developers should be familiar when developing stackware, and it 
  1965. documents differences between HyperCard versions where appropriate.
  1966. Changes since November 1987. Updated material with regard to HyperCard 2.0 
  1967. and condensing or obsoleting information on bugs which have been addressed.
  1968.  
  1969.  Name  =  IOP Diffs Under A/UX.sit
  1970.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:IOP Diffs Under A/UX.sit
  1971.  Size:  6K         Date:10/29/92         Version: 
  1972.  Description:
  1973.  IOP Diffs Under A/UX - This Technical Note discusses use of the Macintosh 
  1974. IIfx IOP-based serial driver under A/UX, especially under certain error 
  1975. conditions which cause it to perform differently than documented in 
  1976. termio(7).  (The SCC driver, used on non-IOP machines, conforms to 
  1977. termio(7) in all cases.)  References to “the driver” herein refer to the 
  1978. IOP-based serial driver, seriop.c.
  1979.  
  1980.  Name  =  ISO 9660 CD ROM Format.sit
  1981.  Path =  AMUG CD2:Files II:MacTechNotes:Files:ISO 9660 CD ROM Format.sit
  1982.  Size:  5K         Date:10/29/92         Version: 
  1983.  Description:
  1984.  ISO 9660 CD ROM Format - What’s Wrong with my High Sierra Disc? Generally, 
  1985. if a Macintosh has problems with a High Sierra disc, it’s because the disc 
  1986. in question  doesn’t really conform to the High Sierra specification. 
  1987.  
  1988.  Name  =  ISO 9660 Extensions.sit
  1989.  Path =  AMUG CD2:Files II:MacTechNotes:Files:ISO 9660 Extensions.sit
  1990.  Size: 14K         Date: 5/30/94         Version: 2/94
  1991.  Description:
  1992.  ISO 9660 Extensions - FL 36 - Apple Extensions to ISO 9660 Files. 
  1993. M.FL.ISO9660Extensions. Revised by -    Brian Bechtel    February 1994. Written 
  1994. by -    Bryan Atsatt & Brian Bechtel    July 1989. This Technical Note describes 
  1995. extensions Apple has defined to ISO 9660 in order to better support 
  1996. Macintosh file interchange. ISO 9660 is an international standard for 
  1997. formatting CD-ROM discs. This tech note is only important if you are a 
  1998. publisher of authoring tools for ISO 9660 discs, or are interested in 
  1999. details of how the Macintosh supports ISO 9660. Topics include - ISO 9660 
  2000. compared to HFS, The directory record SystemUse field, The extension to ISO
  2001. 9660, ISO 9660 Associated files and Version numbers in ISO 9660.
  2002.  
  2003.  Name  =  Icon Drawing in 7.sit
  2004.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Graphics:Icon Drawing in 7.sit
  2005.  Size: 15K         Date:10/29/92         Version: 
  2006.  Description:
  2007.  Icon Drawing in 7 - This Technical Note describes how to utilize the 
  2008. built-in System 7 icon drawing utility. Use this information to better 
  2009. conform to the System 7 visual human interface. Changes since May 1992. In 
  2010. this Note, we replaced the C and Pascal interface files and corrected the 
  2011. related text. So much text was tweaked that change bars are used only on 
  2012. code changes. 
  2013.  
  2014.  Name  =  Identifying Features.sit
  2015.  Path =  AMUG CD2:Files II:MacTechNotes:Overview:Identifying Features.sit
  2016.  Size:  7K         Date:10/29/92         Version: 
  2017.  Description:
  2018.  Identifying Features - This technical note explains how to check at run 
  2019. time to see if specific functionality, such as the “new” TextEdit, is 
  2020. present. Applications should strive to be compatible across all 
  2021. Macintoshes, but there are times when an application must have knowledge 
  2022. about the machine that it is running on.  The new trap, SysEnvirons, will 
  2023. give an application most of the information that it requires (what 
  2024. hardware, what version of system software…).  
  2025.  
  2026.  Name  =  Image Compr Q&As.sit
  2027.  Path =  AMUG CD2:Files II:MacTechNotes:QuickTime:Image Compr Q&As.sit
  2028.  Size:  7K         Date:10/29/92         Version: 
  2029.  Description:
  2030.  Image Compr Q&As - This Technical Note contains a collection of Q&As 
  2031. relating to a specific topic—questions you’ve sent the Developer Support 
  2032. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  2033. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  2034. have the editing and organization of other Technical Notes. The Q&A 
  2035. function is to get new technical information and updates to you quickly, 
  2036. saving the polish for when the information migrates into reference manuals.
  2037.  
  2038.  Name  =  Image Writer IIMotio.sit
  2039.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Printing:Image Writer IIMotio.sit
  2040.  Size:  5K         Date:10/29/92         Version: 
  2041.  Description:
  2042.  Image Writer II Motion - The purpose of this technical note is to answer 
  2043. the many questions asked about why the paper moves the way it does on the 
  2044. ImageWriter II.
  2045.  
  2046.  Name  =  InitGraf with MPW Assembly.sit
  2047.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:InitGraf with MPW Assembly.sit
  2048.  Size:  5K         Date: 6/22/93         Version: 
  2049.  Description:
  2050.  InitGraf with MPW Assembly - The Macintosh Programmer’s Workshop (MPW) 
  2051. requires assembly-language programmers to allocate their own QuickDraw 
  2052. global variables rather than use the default record as indicated in Inside 
  2053. Macintosh.
  2054.  
  2055.  Name  =  Inline Input & TextEdit.sit
  2056.  Path =  AMUG CD2:Files II:MacTechNotes:Text:Inline Input & TextEdit.sit
  2057.  Size: 17K         Date: 5/30/94         Version: 
  2058.  Description:
  2059.  Inline Input & TextEdit - TE 27 – Inline Input for TextEdit with TSMTE
  2060. Text. Revised by -    Norbert Lindenberg    March 1994. Written by -    Yasuo Kida, 
  2061. Keisuke Hara, Nobuhiro Miyatake,    December 1993. Peter Sparks, Norbert 
  2062. Lindenberg. This Technical Note describes TSMTE, an extension that 
  2063. simplifies implementation of inline input for TextEdit using the Text 
  2064. Services Manager in System 7.1 and later, and shows you how to make the 
  2065. best use of it. It also contains some advice for working with the Text 
  2066. Services Manager that applies to any application using TSM, not just those 
  2067. using TSMTE.
  2068.  
  2069.  Name  =  Inside Object Pascal.sit
  2070.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:Inside Object Pascal.sit
  2071.  Size:  5K         Date:10/29/92         Version: 
  2072.  Description:
  2073.  Inside Object Pascal - This Technical Note briefly explains why Object 
  2074. Pascal and MacApp should only be used to write applications and MPW tools.
  2075. Although Pascal can be used to write desk accessories, drivers, XCMDs and 
  2076. other types of stand–alone code, and Object Pascal is an extension of 
  2077. Pascal, Object Pascal cannot be used to write anything other than an 
  2078. application.  This limitation is due to the fact that Object Pascal method 
  2079. dispatching relies on a valid A5 pointing to a jump table.  Because MacApp 
  2080. is written in Object Pascal, this limitation applies to it as well.
  2081.  
  2082.  Name  =  Installer Q&As.sit
  2083.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:Installer Q&As.sit
  2084.  Size: 15K         Date:10/29/92         Version: 
  2085.  Description:
  2086.  Installer Q&As - This Technical Note contains a collection of Q&As relating
  2087. to a specific topic—questions you’ve sent the Developer Support Center 
  2088. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  2089. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  2090. the editing and organization of other Technical Notes. The Q&A function is 
  2091. to get new technical information and updates to you quickly, saving the 
  2092. polish for when the information migrates into reference manuals.
  2093.  
  2094.  Name  =  InternationalCha.sit
  2095.  Path =  AMUG CD2:Files II:MacTechNotes:Text:InternationalCha.sit
  2096.  Size:  6K         Date:10/29/92         Version: 
  2097.  Description:
  2098.  InternationalCha - The International Utilities package and the 
  2099. international resources have been changed with System file 4.1 to take 
  2100. advantage of the Script Manager.
  2101.  
  2102.  Name  =  International Canceling.sit
  2103.  Path =  AMUG CD2:Files II:MacTechNotes:Text:International Canceling.sit
  2104.  Size:  8K         Date:10/29/92         Version: 
  2105.  Description:
  2106.  International Canceling - This Technical Note describes potential problems 
  2107. canceling operations with the Command-period key sequence and international
  2108. keyboards.
  2109.  
  2110.  Name  =  Internationalization.sit
  2111.  Path =  AMUG CD2:Files II:MacTechNotes:Overview:Internationalization.sit
  2112.  Size: 33K         Date: 2/09/94         Version: 
  2113.  Description:
  2114.  Internationalization - OV 20 – Internationalization Checklist. Revised by 
  2115. Norbert Lindenberg    November 1993, Written by    Norbert Lindenberg    June 1993. 
  2116. This checklist discusses internationalization issues that may arise with 
  2117. various features that are common in Macintosh software. For each feature, 
  2118. it states which problems may arise, gives advice on what to do and what not
  2119. to do, and refers you to additional reading material that can help you to 
  2120. implement a world-ready solution. Changes since June 1993 - Straightened 
  2121. out quotation marks in the example strings of section “String Substitution”
  2122. and some other minor bugs. Added references to new Technical Notes and 
  2123. articles. Fixed description of TSMTE.
  2124.  
  2125.  Name  =  Internets.sit
  2126.  Path =  AMUG CD2:Files II:MacTechNotes:Networking:Internets.sit
  2127.  Size:  5K         Date: 6/08/94         Version: 
  2128.  Description:
  2129.  Internets - This Technical Note discusses how AppleTalk applications should
  2130. work across internets, groups of interconnected AppleTalk networks.  It 
  2131. explains the differences between life on a single AppleTalk network and 
  2132. life on an internet. Changes since March 1988. Removed the section on 
  2133. AppleTalk retry timers, as it is no longer accurate.
  2134.  
  2135.  Name  =  Int'l Resource Q&As.sit
  2136.  Path =  AMUG CD2:Files II:MacTechNotes:Text:Int'l Resource Q&As.sit
  2137.  Size: 10K         Date:10/29/92         Version: 
  2138.  Description:
  2139.  Int'l Resource Q&A - This Technical Note contains a collection of Q&As 
  2140. relating to a specific topic—questions you’ve sent the Developer Support 
  2141. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  2142. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  2143. have the editing and organization of other Technical Notes. The Q&A 
  2144. function is to get new technical information and updates to you quickly, 
  2145. saving the polish for when the information migrates into reference manuals.
  2146.  
  2147.  Name  =  ioNamePtr.sit
  2148.  Path =  AMUG CD2:Files II:MacTechNotes:Files:ioNamePtr.sit
  2149.  Size:  4K         Date:10/29/92         Version: 
  2150.  Description:
  2151.  ioNamePtr - It is very important to set ioNamePtr when making PB calls, 
  2152. even if you don’t want  those calls to return a name. Whenever Inside 
  2153. Macintosh indicates that ioNamePtr is either required for input or returns 
  2154. something, you must set ioNamePtr to either nil (if you aren’t using a 
  2155. name) or to point to storage for a Str255. If you don’t explicitly set 
  2156. ioNamePtr, strange and unusual crashes may occur, depending on the 
  2157. machine/configuration your code is run on.  
  2158.  
  2159.  Name  =  ioPosOffset.sit
  2160.  Path =  AMUG CD2:Files II:MacTechNotes:Files:ioPosOffset.sit
  2161.  Size:  4K         Date:10/29/92         Version: 
  2162.  Description:
  2163.  ioPosOffset - The Device Manager chapter of Inside Macintosh Volume II says
  2164. that ioPosOffset is passed to and returned by Read and Write calls. It also
  2165. says that “After the read [or write] is completed, the position is returned
  2166. in ioPosOffset…” Actually, ioPosOffset is not changed by either call. Also 
  2167. note that device drivers should only look at the dCtlPosition field of the 
  2168. DCE, and should not look directly at the ioPosOffset field of the parameter
  2169. block. The Device Manager sets up dCtlPosition for the driver, taking into 
  2170. account both the ioPosMode and the ioPosOffset.
  2171.  
  2172.  Name  =  Joy of 32-Bit Clean.sit
  2173.  Path =  AMUG CD2:Files II:MacTechNotes:Overview:Joy of 32-Bit Clean.sit
  2174.  Size:  9K         Date:10/29/92         Version: 
  2175.  Description:
  2176.  Joy of 32-Bit Clean - What to do (and what not to do) to make your programs
  2177. run under A/UX and future versions of the Macintosh System Software.
  2178. Changes since October 1988:  Added information on writing 32-bit clean 
  2179. CDEFs, and updated A/UX information to reflect the capabilities of A/UX 
  2180. 1.1.
  2181.  
  2182.  Name  =  Kconfig Mods for AWS95.sit
  2183.  Path =  AMUG CD2:Files II:MacTechNotes:Apple Workgroup Server:Kconfig Mods for AWS95.sit
  2184.  Size:  3K         Date:11/10/93         Version: 
  2185.  Description:
  2186.  Kconfig Mods for AWS95 - This technical note documents the default Kernel 
  2187. parameters settings for the File/Print and Database server Configurations 
  2188. under A/UX version 3.0.1 and how they are different from A/UX version 3.0. 
  2189. It also describes the new configuration parameters introduced in A/UX 
  2190. version 3.0.1 and their default settings. 
  2191.  
  2192.  Name  =  Key Mapping.sit
  2193.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:Key Mapping.sit
  2194.  Size: 11K         Date:10/29/92         Version: 
  2195.  Description:
  2196.  Key Mapping - This Technical Note describes the Macintosh family key code 
  2197. mapping scheme when running System file 4.1 and later. This Note also 
  2198. provides a “safe” method for remapping keyboards. Changes since October 
  2199. 1990. Added a section on how 'KMAP' resources are matched to specific ADB 
  2200. keyboard types and a section on the original Macintosh and Macintosh Plus 
  2201. keyboards.
  2202.  
  2203.  Name  =  Keybd Resource Q&As.sit
  2204.  Path =  AMUG CD2:Files II:MacTechNotes:Text:Keybd Resource Q&As.sit
  2205.  Size:  8K         Date:10/29/92         Version: 
  2206.  Description:
  2207.  Keybd Resource Q&As - This Technical Note contains a collection of Q&As 
  2208. relating to a specific topic—questions you’ve sent the Developer Support 
  2209. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  2210. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  2211. have the editing and organization of other Technical Notes. The Q&A 
  2212. function is to get new technical information and updates to you quickly, 
  2213. saving the polish for when the information migrates into reference manuals.
  2214.  
  2215.  Name  =  KillNBP.sit
  2216.  Path =  AMUG CD2:Files II:MacTechNotes:Networking:KillNBP.sit
  2217.  Size:  4K         Date:10/29/92         Version: 
  2218.  Description:
  2219.  KillNBP - This technical note clears up some confusion regarding the Name 
  2220. Binding Protocol KillNBP function. The description of the PKillNBP function
  2221. on page 519 of Inside Macintosh Volume V is somewhat confusing. The data 
  2222. type of the parameter thePBptr is incorrectly given as ATPPBPtr and the 
  2223. pointer to the queue element from the NBP call to be aborted is incorrectly
  2224. given as being passed in aKillQEl. 
  2225.  
  2226.  Name  =  LAP Q&As.sit
  2227.  Path =  AMUG CD2:Files II:MacTechNotes:Networking:LAP Q&As.sit
  2228.  Size:  9K         Date:10/29/92         Version: 
  2229.  Description:
  2230.  LAP Q&As - This Technical Note contains a collection of Q&As relating to a 
  2231. specific topic—questions you’ve sent the Developer Support Center (DSC) 
  2232. along with answers from the DSC engineers. While DSC engineers have checked
  2233. the Q&A content for accuracy, the Q&A Technical Notes don’t have the 
  2234. editing and organization of other Technical Notes. The Q&A function is to 
  2235. get new technical information and updates to you quickly, saving the polish
  2236. for when the information migrates into reference manuals.
  2237.  
  2238.  Name  =  LDEF Madness.sit
  2239.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:LDEF Madness.sit
  2240.  Size:  6K         Date:10/29/92         Version: 
  2241.  Description:
  2242.  LDEF Madness - This Technical Note uncovers a problem with writing Pascal 
  2243. list definition procedures and two (yes, count  ’em, two) different methods
  2244. to work around it.
  2245.  
  2246.  Name  =  Large Screen Displays.sit
  2247.  Path =  AMUG CD2:Files II:MacTechNotes:Overview:Large Screen Displays.sit
  2248.  Size:  5K         Date:10/29/92         Version: 
  2249.  Description:
  2250.  Large Screen Displays - A number of third-party developers have announced 
  2251. large-screen display peripherals for Macintosh. One of them, Radius Inc., 
  2252. has issued a set of guidelines for developers who wish to remain compatible
  2253. with their Radius FPD; unfortunately, one of their recommendations can 
  2254. cause system crashes. This note suggests a more correct approach.
  2255.  
  2256.  Name  =  LaserWriter Driver Surprise.sit
  2257.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Printing:LaserWriter Driver Surprise.sit
  2258.  Size:  8K         Date: 6/22/93         Version: 
  2259.  Description:
  2260.  LaserWriter Driver Surprise - This Technical Note describes some changes in
  2261. version 5.0 and later LaserWriter drivers. Changes since April 1988. 
  2262. Described a bug in 5.x which is fixed in 6.0 and later, and reiterated a 
  2263. warning about storing fonts in an application.
  2264.  
  2265.  Name  =  LaserWriter Optimization.sit
  2266.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Printing:LaserWriter Optimization.sit
  2267.  Size: 10K         Date: 6/22/93         Version: 
  2268.  Description:
  2269.  LaserWriter Optimization - This Technical Note discusses techniques for 
  2270. optimizing code for printing on the LaserWriter. Changes since March 1988, 
  2271. Updated the “Printable Paper Area” and “Memory Considerations” sections as 
  2272. well as the printer IDs, moved the error messages from the end of the Note 
  2273. to Technical Note #161, A Printing Loop That Cares…, and removed the 
  2274. “Spool-A-Page/Print-A-Page” section because Technical Note #125, Effect of 
  2275. Spool-A-Page/Print-A-Page on Shared Printers, already thoroughly covers 
  2276. this topic.
  2277.  
  2278.  Name  =  LaserWriter ROM Bugs.sit
  2279.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Printing:LaserWriter ROM Bugs.sit
  2280.  Size:  6K         Date:10/29/92         Version: 
  2281.  Description:
  2282.  LaserWriter ROM Bugs - These are LaserWriter bugs that your users may 
  2283. encounter when printing from any Macintosh application. These are for your 
  2284. information; you cannot code around them. The bugs described here occur in 
  2285. the 1.0 and 2.0 LaserWriter ROMs.
  2286.  
  2287.  Name  =  LaserWriter Util Q&As.sit
  2288.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Graphics:LaserWriter Util Q&As.sit
  2289.  Size:  5K         Date:10/29/92         Version: 
  2290.  Description:
  2291.  LaserWriter Util Q&As - This Technical Note contains a collection of Q&As 
  2292. relating to a specific topic—questions you’ve sent the Developer Support 
  2293. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  2294. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  2295. have the editing and organization of other Technical Notes. The Q&A 
  2296. function is to get new technical information and updates to you quickly, 
  2297. saving the polish for when the information migrates into reference manuals.
  2298.  
  2299.  Name  =  Life Before 7.1.sit
  2300.  Path =  AMUG CD2:Files II:MacTechNotes:Text:Life Before 7.1.sit
  2301.  Size:  8K         Date: 8/26/93         Version: 
  2302.  Description:
  2303.  Life Before 7.1 - Inside Macintosh-Text documents the text handling 
  2304. functionality in System 7.1. This Technical Note gives you some additional 
  2305. information that lets you design software using Inside Macintosh-Text and 
  2306. make it work on system software before System 7.1, going back to System 
  2307. 6.0.7.
  2308.  
  2309.  Name  =  Life With Font/DA Mover.sit
  2310.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:Life With Font/DA Mover.sit
  2311.  Size:  5K         Date: 6/22/93         Version: 
  2312.  Description:
  2313.  Life With Font/DA Mover - This technical note describes how to make sure 
  2314. that your desk accessory will work after being moved by Font/Desk Accessory
  2315. Mover.
  2316.  
  2317.  Name  =  List Mgr Q&As.sit
  2318.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:List Mgr Q&As.sit
  2319.  Size:  7K         Date:10/29/92         Version: 
  2320.  Description:
  2321.  List Mgr Q&As - This Technical Note contains a collection of Q&As relating 
  2322. to a specific topic—questions you’ve sent the Developer Support Center 
  2323. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  2324. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  2325. the editing and organization of other Technical Notes. The Q&A function is 
  2326. to get new technical information and updates to you quickly, saving the 
  2327. polish for when the information migrates into reference manuals.
  2328.  
  2329.  Name  =  Little PowerBook Sleep.sit
  2330.  Path =  AMUG CD2:Files II:MacTechNotes:Hardware:Little PowerBook Sleep.sit
  2331.  Size:  7K         Date:10/29/92         Version: 
  2332.  Description:
  2333.  Little PowerBook Sleep - The purpose of this Note is to describe the 
  2334. ramifications of resting, sleeping, and power-saving modes in the PowerBook
  2335. family of Macintosh computers, how they may affect your application, and 
  2336. the appropriate ways to defeat them, when appropriate. It also describes 
  2337. some nonintuitive ramifications of working with a battery-powered computer.
  2338.  
  2339.  Name  =  Loading Components Bug.sit
  2340.  Path =  AMUG CD2:Files II:MacTechNotes:QuickTime:Loading Components Bug.sit
  2341.  Size:  9K         Date: 6/22/93         Version: 
  2342.  Description:
  2343.  Loading Components Bug - The Component Manager may change the current 
  2344. resource file in the resource search path. This is a bug and will be fixed 
  2345. as soon as possible.
  2346.  
  2347.  Name  =  Lock, Unlock the Range.sit
  2348.  Path =  AMUG CD2:Files II:MacTechNotes:Files:Lock, Unlock the Range.sit
  2349.  Size:  7K         Date:10/29/92         Version: 
  2350.  Description:
  2351.  Lock, Unlock the Range - This Technical Note discusses the _PBLockRange and
  2352. _PBUnlockRange routines; how they act on local and shared volumes and why 
  2353. you should not set the ioPosMode field to fsFromLEOF in the parameter block
  2354. for those routines when accessing a file on an AppleShare volume. Changes 
  2355. since April 1988. Added information on how _PBLockRange and _PBUnlockRange 
  2356. really work.
  2357.  
  2358.  Name  =  Low-Level Printing.sit
  2359.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Printing:Low-Level Printing.sit
  2360.  Size:  4K         Date:10/29/92         Version: 
  2361.  Description:
  2362.  Low-Level Printing - When you use the low-level printer driver to print, 
  2363. you don’t get the benefits of the error checking that is done when you use 
  2364. the high-level Printing Manager. So, if the user prints to an AppleTalk 
  2365. ImageWriter (including an AppleTalk ImageWriter LQ) that is busy printing 
  2366. another job, the driver doesn’t know whether the printer is busy, offline, 
  2367. or disconnected.  Because of this, PrError will return (and PrintErr will 
  2368. contain) abortErr.
  2369.  
  2370.  Name  =  MIDI Interface Q&As.sit
  2371.  Path =  AMUG CD2:Files II:MacTechNotes:Devices:MIDI Interface Q&As.sit
  2372.  Size:  5K         Date: 6/22/93         Version: 
  2373.  Description:
  2374.  MIDI Interface Q&As - This Technical Note contains a collection of Q&As 
  2375. relating to a specific topic—questions you’ve sent the Developer Support 
  2376. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  2377. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  2378. have the editing and organization of other Technical Notes. The Q&A 
  2379. function is to get new technical information and updates to you quickly, 
  2380. saving the polish for when the information migrates into reference manuals.
  2381.  
  2382.  Name  =  MPP Q&As.sit
  2383.  Path =  AMUG CD2:Files II:MacTechNotes:Networking:MPP Q&As.sit
  2384.  Size:  7K         Date:10/29/92         Version: 
  2385.  Description:
  2386.  MPP Q&As - This Technical Note contains a collection of Q&As relating to a 
  2387. specific topic—questions you’ve sent the Developer Support Center (DSC) 
  2388. along with answers from the DSC engineers. While DSC engineers have checked
  2389. the Q&A content for accuracy, the Q&A Technical Notes don’t have the 
  2390. editing and organization of other Technical Notes. The Q&A function is to 
  2391. get new technical information and updates to you quickly, saving the polish
  2392. for when the information migrates into reference manuals.
  2393.  
  2394.  Name  =  MPW -mc68881.sit
  2395.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:MPW -mc68881.sit
  2396.  Size:  9K         Date:10/29/92         Version: 
  2397.  Description:
  2398.  MPW -mc68881 - This Technical Note discusses MPW’s -mc68881 option, which 
  2399. represents Extended values in 96 bits (instead of 80, as with software 
  2400. SANE), and compatibility issues when using non-SANE system calls that 
  2401. expect 80-bit Extended values. Changes since June 1990. Extended the 
  2402. warning about explicitly checking for the presence of an FPU if an 
  2403. application uses floating-point instructions to include the possibility of 
  2404. FPU-less MC68040 products and also raised the issue of extended values 
  2405. embedded in data structures.
  2406.  
  2407.  Name  =  MPW 2.0.2 Bugs.sit
  2408.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:MPW 2.0.2 Bugs.sit
  2409.  Size: 16K         Date:10/29/92         Version: 
  2410.  Description:
  2411.  MPW 2.0.2 Bugs - This Technical Note describes latest information about 
  2412. bugs or unexpected “features” in the MPW C, Pascal, and Assembler products 
  2413. and the Toolbox and OS Interface Libraries.  We intend this Note to be a 
  2414. complete list of all known bugs in these products, which will be updated as
  2415. old bugs are fixed, or new ones appear.  If you have encountered a bug or 
  2416. unexpected feature which is not described here, be sure to let us know.  
  2417. Specific code examples are useful.
  2418.  
  2419.  Name  =  MPW Assembly Q&As.sit
  2420.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:MPW Assembly Q&As.sit
  2421.  Size:  6K         Date:10/29/92         Version: 
  2422.  Description:
  2423.  MPW Assembly Q&As - This Technical Note contains a collection of Q&As 
  2424. relating to a specific topic—questions you’ve sent the Developer Support 
  2425. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  2426. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  2427. have the editing and organization of other Technical Notes. The Q&A 
  2428. function is to get new technical information and updates to you quickly, 
  2429. saving the polish for when the information migrates into reference manuals.
  2430.  
  2431.  Name  =  MPW C++ Q&As.sit
  2432.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:MPW C++ Q&As.sit
  2433.  Size: 17K         Date:10/29/92         Version: 
  2434.  Description:
  2435.  MPW C++ Q&As - This Technical Note contains a collection of Q&As relating 
  2436. to a specific topic—questions you’ve sent the Developer Support Center 
  2437. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  2438. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  2439. the editing and organization of other Technical Notes. The Q&A function is 
  2440. to get new technical information and updates to you quickly, saving the 
  2441. polish for when the information migrates into reference manuals.
  2442.  
  2443.  Name  =  MPW C Functions.sit
  2444.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:MPW C Functions.sit
  2445.  Size:  4K         Date:10/29/92         Version: 
  2446.  Description:
  2447.  MPW C Functions - Here’s the low-down on when C functions need not be 
  2448. declared in include files.
  2449.  
  2450.  Name  =  MPW C Glue for Point & Stri.sit
  2451.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:MPW C Glue for Point & Stri.sit
  2452.  Size:  5K         Date: 6/22/93         Version: 
  2453.  Description:
  2454.  MPW C Glue for Point & Stri - MPW 2.0 includes new C interfaces to ROM 
  2455. routines which no longer do string and point conversions. These new 
  2456. interfaces are described here.
  2457.  
  2458.  Name  =  MPW C Q&As.sit
  2459.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:MPW C Q&As.sit
  2460.  Size: 23K         Date:10/29/92         Version: 
  2461.  Description:
  2462.  MPW C Q&As - This Technical Note contains a collection of Q&As relating to 
  2463. a specific topic—questions you’ve sent the Developer Support Center (DSC) 
  2464. along with answers from the DSC engineers. While DSC engineers have checked
  2465. the Q&A content for accuracy, the Q&A Technical Notes don’t have the 
  2466. editing and organization of other Technical Notes. The Q&A function is to 
  2467. get new technical information and updates to you quickly, saving the polish
  2468. for when the information migrates into reference manuals.
  2469.  
  2470.  Name  =  MPW {$LOAD}.sit
  2471.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:MPW {$LOAD}.sit
  2472.  Size:  6K         Date:10/29/92         Version: 
  2473.  Description:
  2474.  MPW {$LOAD} - This technical note discusses the Pascal {$LOAD} directive as
  2475. well as how to unload the _DataInit and %_MethTables segments.
  2476.  
  2477.  Name  =  MPW Library Q&As.sit
  2478.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:MPW Library Q&As.sit
  2479.  Size:  7K         Date:10/29/92         Version: 
  2480.  Description:
  2481.  MPW Library Q&As - This Technical Note contains a collection of Q&As 
  2482. relating to a specific topic—questions you’ve sent the Developer Support 
  2483. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  2484. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  2485. have the editing and organization of other Technical Notes. The Q&A 
  2486. function is to get new technical information and updates to you quickly, 
  2487. saving the polish for when the information migrates into reference manuals.
  2488.  
  2489.  Name  =  MPW Pascal Q&As.sit
  2490.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:MPW Pascal Q&As.sit
  2491.  Size:  7K         Date:10/29/92         Version: 
  2492.  Description:
  2493.  MPW Pascal Q&As - This Technical Note contains a collection of Q&As 
  2494. relating to a specific topic—questions you’ve sent the Developer Support 
  2495. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  2496. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  2497. have the editing and organization of other Technical Notes. The Q&A 
  2498. function is to get new technical information and updates to you quickly, 
  2499. saving the polish for when the information migrates into reference manuals.
  2500.  
  2501.  Name  =  MPW Q&As.sit
  2502.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:MPW Q&As.sit
  2503.  Size:  9K         Date:10/29/92         Version: 
  2504.  Description:
  2505.  MPW Q&As - This Technical Note contains a collection of Q&As relating to a 
  2506. specific topic—questions you’ve sent the Developer Support Center (DSC) 
  2507. along with answers from the DSC engineers. While DSC engineers have checked
  2508. the Q&A content for accuracy, the Q&A Technical Notes don’t have the 
  2509. editing and organization of other Technical Notes. The Q&A function is to 
  2510. get new technical information and updates to you quickly, saving the polish
  2511. for when the information migrates into reference manuals.
  2512.  
  2513.  Name  =  MPW Tool Q&As.sit
  2514.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:MPW Tool Q&As.sit
  2515.  Size: 16K         Date:10/29/92         Version: 
  2516.  Description:
  2517.  MPW Tool Q&As - This Technical Note contains a collection of Q&As relating 
  2518. to a specific topic—questions you’ve sent the Developer Support Center 
  2519. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  2520. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  2521. the editing and organization of other Technical Notes. The Q&A function is 
  2522. to get new technical information and updates to you quickly, saving the 
  2523. polish for when the information migrates into reference manuals.
  2524.  
  2525.  Name  =  MacApp Bugs 3.0.sit
  2526.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:MacApp Bugs 3.0.sit
  2527.  Size: 38K         Date:10/29/92         Version: 
  2528.  Description:
  2529.  MacApp Bugs 3.0 - This Technical Note describes the latest information 
  2530. about bugs or unexpected “features” in MacApp.  Where possible, solutions 
  2531. and fixes are noted.  DTS intends this Note to be a complete list of all 
  2532. known bugs in MacApp and will update it as old bugs are fixed or new ones 
  2533. appear.  If you have encountered a bug or unexpected feature which is not 
  2534. described here, be sure to let DTS know. Specific code examples and 
  2535. suggested fixes are useful.
  2536.  
  2537.  Name  =  MacApp Q&As.sit
  2538.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:MacApp Q&As.sit
  2539.  Size: 15K         Date:10/29/92         Version: 
  2540.  Description:
  2541.  MacApp Q&As - This Technical Note contains a collection of Q&As relating to
  2542. a specific topic—questions you’ve sent the Developer Support Center (DSC) 
  2543. along with answers from the DSC engineers. While DSC engineers have checked
  2544. the Q&A content for accuracy, the Q&A Technical Notes don’t have the 
  2545. editing and organization of other Technical Notes. The Q&A function is to 
  2546. get new technical information and updates to you quickly, saving the polish
  2547. for when the information migrates into reference manuals.
  2548.  
  2549.  Name  =  MacApp Segmentation.sit
  2550.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:MacApp Segmentation.sit
  2551.  Size: 14K         Date:12/29/92         Version: 
  2552.  Description:
  2553.  MacApp Segmentation - This Technical Note describes MacApp segmentation 
  2554. strategies and guidelines. It also describes performance, runtime, and 
  2555. development tools issues related to segmentation. Some of the discussion is
  2556. also relevant to general segmentation strategies with non-MacApp-based 
  2557. applications. The MacApp techniques are based on MacApp 3.0; however, many 
  2558. of the issues are also relevant to MacApp 2.0.
  2559.  
  2560.  Name  =  MacApp 'View'.sit
  2561.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:MacApp 'View'.sit
  2562.  Size: 19K         Date:10/29/92         Version: 
  2563.  Description:
  2564.  MacApp 'View' - This Technical Note describes the new MacApp 3.0 'View' 
  2565. resource.
  2566.  
  2567.  Name  =  MacClassic,LC,IIsiRAM.sit
  2568.  Path =  AMUG CD2:Files II:MacTechNotes:Hardware:Mac Mem Config:MacClassic,LC,IIsiRAM.sit
  2569.  Size:  5K         Date: 6/22/93         Version: 
  2570.  Description:
  2571.  Mac Classic, LC, IIsi RAM - drawings on RAM install configurations.
  2572.  
  2573.  Name  =  Mac Common LISP Q&As.sit
  2574.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:Mac Common LISP Q&As.sit
  2575.  Size:  6K         Date:10/29/92         Version: 
  2576.  Description:
  2577.  Mac Common LISP Q&As - This Technical Note contains a collection of Q&As 
  2578. relating to a specific topic—questions you’ve sent the Developer Support 
  2579. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  2580. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  2581. have the editing and organization of other Technical Notes. The Q&A 
  2582. function is to get new technical information and updates to you quickly, 
  2583. saving the polish for when the information migrates into reference manuals.
  2584.  
  2585.  Name  =  Mac II Board Suppliers.sit
  2586.  Path =  AMUG CD2:Files II:MacTechNotes:Hardware:Mac II Board Suppliers.sit
  2587.  Size:  5K         Date:10/29/92         Version: 
  2588.  Description:
  2589.  Mac II Board Suppliers - This note lists suppliers of parts that may be 
  2590. helpful for Macintosh II board developers. If your company supplies these 
  2591. parts, but is not listed here, please send a message to us (at the address 
  2592. on Technical Note #0) and we’ll include you in the next revision of this 
  2593. technical note.
  2594.  
  2595.  Name  =  Mac IIfx Inside Story.sit
  2596.  Path =  AMUG CD2:Files II:MacTechNotes:Hardware:Mac IIfx Inside Story.sit
  2597.  Size:  9K         Date:10/29/92         Version: 
  2598.  Description:
  2599.  Mac IIfx Inside Story - This Technical Note addresses various areas of 
  2600. potential incompatibilities with the Macintosh IIfx and current software 
  2601. applications and provides information about some of Apple’s compatibility 
  2602. software updates.
  2603.  
  2604.  Name  =  Mac IIfx RAM.sit
  2605.  Path =  AMUG CD2:Files II:MacTechNotes:Hardware:Mac Mem Config:Mac IIfx RAM.sit
  2606.  Size: 14K         Date: 6/22/93         Version: 
  2607.  Description:
  2608.  Mac IIfx RAM - drawings on RAM install configurations.
  2609.  
  2610.  Name  =  Mac Mem Configurations.sit
  2611.  Path =  AMUG CD2:Files II:MacTechNotes:Memory:Mac Mem Configurations.sit
  2612.  Size:126K         Date:12/28/92         Version: 
  2613.  Description:
  2614.  Mac Mem Configurations - This Technical Note describes the different 
  2615. possible memory configurations of all models of the Macintosh family that 
  2616. use Single In-line Memory Modules (SIMMs) as well as the non-SIMM memory 
  2617. upgrade options of the Macintosh Portable, Macintosh Classic, and Macintosh
  2618. PowerBooks. (Special thanks to Brian Howard for the Macintosh Plus and 
  2619. original SE drawings, and for the inspiration for the other drawings.) This
  2620. Note also describes the obstacles to using four megabit (Mbit) DRAM SIMMs 
  2621. in Apple Macintosh products to date.
  2622.  
  2623.  Name  =  MacPaint Document Format.sit
  2624.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:MacPaint Document Format.sit
  2625.  Size:  8K         Date:10/29/92         Version: 
  2626.  Description:
  2627.  MacPaint Document Format - This Technical Note describes the internal 
  2628. format of a MacPaint® document, which is a standard used by many other 
  2629. programs.  This description is the same as that found in the “Macintosh 
  2630. Miscellaneous” section of early Inside Macintosh versions. Changes since 
  2631. October 1988. Fixed bugs in the example code.
  2632.  
  2633.  Name  =  Mac Plus RAM.sit
  2634.  Path =  AMUG CD2:Files II:MacTechNotes:Hardware:Mac Mem Config:Mac Plus RAM.sit
  2635.  Size: 14K         Date: 6/22/93         Version: 
  2636.  Description:
  2637.  Mac Plus RAM - drawings on RAM install configurations.
  2638.  
  2639.  Name  =  Mac Portable PDS Developmen.sit
  2640.  Path =  AMUG CD2:Files II:MacTechNotes:Hardware:Mac Portable PDS Developmen.sit
  2641.  Size: 13K         Date: 6/22/93         Version: 
  2642.  Description:
  2643.  Mac Portable PDS Development - The Technical Note describes the unique 
  2644. aspects of the Macintosh Portable Processor Direct Slot (PDS), including 
  2645. the severe limitations in its use.
  2646.  
  2647.  Name  =  Mac Portable ROM Expansion.sit
  2648.  Path =  AMUG CD2:Files II:MacTechNotes:Hardware:Mac Portable ROM Expansion.sit
  2649.  Size: 13K         Date: 6/22/93         Version: 
  2650.  Description:
  2651.  Mac Portable ROM Expansion - This Technical Note explains the practice of 
  2652. and theory behind compatible use of the expansion ROM in the Macintosh 
  2653. Portable.
  2654.  
  2655.  Name  =  Mac Quadra Built-In Video.sit
  2656.  Path =  AMUG CD2:Files II:MacTechNotes:Hardware:Mac Quadra Built-In Video.sit
  2657.  Size: 11K         Date: 6/22/93         Version: 
  2658.  Description:
  2659.  Mac Quadra Built-In Video - This is an in-depth article in three parts, 
  2660. describing the internal video on the Macintosh Quadra computers. The first 
  2661. part discusses a number of general Quadra video topics, the second part 
  2662. details how to wire the video connector sense pins to access all the 
  2663. Quadra’s supported video modes, and the third describes the memory 
  2664. configurations necessary to support each of the video modes at specific 
  2665. pixel depths.
  2666.  
  2667.  Name  =  Mac SE (w/jump) RAM.sit
  2668.  Path =  AMUG CD2:Files II:MacTechNotes:Hardware:Mac Mem Config:Mac SE (w/jump) RAM.sit
  2669.  Size:  9K         Date: 6/22/93         Version: 
  2670.  Description:
  2671.  Mac SE (w/jump) RAM - drawings on RAM install configurations.
  2672.  
  2673.  Name  =  MacSE/30, II, IIx RAM.sit
  2674.  Path =  AMUG CD2:Files II:MacTechNotes:Hardware:Mac Mem Config:MacSE/30, II, IIx RAM.sit
  2675.  Size: 11K         Date: 6/22/93         Version: 
  2676.  Description:
  2677.  Mac SE/30, II, IIx RAM - drawings on RAM install configurations.
  2678.  
  2679.  Name  =  Mac SE RAM.sit
  2680.  Path =  AMUG CD2:Files II:MacTechNotes:Hardware:Mac Mem Config:Mac SE RAM.sit
  2681.  Size:  9K         Date: 6/22/93         Version: 
  2682.  Description:
  2683.  Mac SE RAM - drawings on RAM install configurations.
  2684.  
  2685.  Name  =  MacTCP Q&As.sit
  2686.  Path =  AMUG CD2:Files II:MacTechNotes:Networking:MacTCP Q&As.sit
  2687.  Size: 17K         Date:10/29/92         Version: 
  2688.  Description:
  2689.  MacTCP Q&As - This Technical Note contains a collection of Q&As relating to
  2690. a specific topic—questions you’ve sent the Developer Support Center (DSC) 
  2691. along with answers from the DSC engineers. While DSC engineers have checked
  2692. the Q&A content for accuracy, the Q&A Technical Notes don’t have the 
  2693. editing and organization of other Technical Notes. The Q&A function is to 
  2694. get new technical information and updates to you quickly, saving the polish
  2695. for when the information migrates into reference manuals.
  2696.  
  2697.  Name  =  MacWorkstation Q&As.sit
  2698.  Path =  AMUG CD2:Files II:MacTechNotes:Networking:MacWorkstation Q&As.sit
  2699.  Size:  7K         Date:10/29/92         Version: 
  2700.  Description:
  2701.  MacWorkstation Q&As - This Technical Note contains a collection of Q&As 
  2702. relating to a specific topic—questions you’ve sent the Developer Support 
  2703. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  2704. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  2705. have the editing and organization of other Technical Notes. The Q&A 
  2706. function is to get new technical information and updates to you quickly, 
  2707. saving the polish for when the information migrates into reference manuals.
  2708.  
  2709.  Name  =  MacinTalk Final Chapter.sit
  2710.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:MacinTalk Final Chapter.sit
  2711.  Size:  6K         Date:10/29/92         Version: 
  2712.  Description:
  2713.  MacinTalk Final Chapter - This Technical Note discusses the MacinTalk 
  2714. software product.
  2715.  
  2716.  Name  =  Macintosh 21" Color Display.sit
  2717.  Path =  AMUG CD2:Files II:MacTechNotes:Hardware:Macintosh 21" Color Display.sit
  2718.  Size:  8K         Date: 6/22/93         Version: 
  2719.  Description:
  2720.  Macintosh 21" Color Display - This Technical Note presents the technical 
  2721. specifications for the Macintosh 21" Color Display with the objective of 
  2722. allowing display board and accelerator board manufacturers to ensure 
  2723. compatibility with this monitor.
  2724.  
  2725.  Name  =  Macintosh Allegro Common Li.sit
  2726.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:Macintosh Allegro Common Li.sit
  2727.  Size: 11K         Date: 6/22/93         Version: 
  2728.  Description:
  2729.  Macintosh Allegro Common - This Technical Note describes some known 
  2730. problems and provides solutions to these problems for the Macintosh Allegro
  2731. Common Lisp™ package which is available from Apple Computer, Inc.  You 
  2732. should note, however, that although Apple acquired Coral Software and is 
  2733. selling Macintosh Allegro Common Lisp, Apple is not currently distributing 
  2734. any other products which had been developed or previously sold by Coral 
  2735. Software.
  2736.  
  2737.  Name  =  Macintosh Plus ROMs.sit
  2738.  Path =  AMUG CD2:Files II:MacTechNotes:Hardware:Macintosh Plus ROMs.sit
  2739.  Size:  4K         Date:10/29/92         Version: 
  2740.  Description:
  2741.  Macintosh Plus ROMs - Readers Digest condensed version of Macintosh Plus 
  2742. ROM history, or the truth according to Bo3bdar the everpresent.
  2743.  
  2744.  Name  =  Macintosh SE/30.sit
  2745.  Path =  AMUG CD2:Files II:MacTechNotes:Hardware:Macintosh SE/30.sit
  2746.  Size: 10K         Date:10/29/92         Version: 
  2747.  Description:
  2748.  Macintosh SE/30 - This Technical Note discusses the Macintosh SE/30, items 
  2749. of interest to developers, and sources for further information. Changes 
  2750. since April 1989. Corrected an error in the addresses of the video display 
  2751. buffers. The Macintosh SE/30 is a modification of the original Macintosh SE
  2752. concept. The SE/30 combines the modularity of the original SE with the 
  2753. capabilities of the larger Macintosh IIx.  Although the name implies that 
  2754. the SE/30 borrows many characteristics from the SE, there are actually 
  2755. substantial differences between the two machines, and this Note addresses 
  2756. some of those differences.
  2757.  
  2758.  Name  =  MacsBug Q&As.sit
  2759.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:MacsBug Q&As.sit
  2760.  Size: 14K         Date:10/29/92         Version: 
  2761.  Description:
  2762.  MacsBug Q&As - This Technical Note contains a collection of Q&As relating 
  2763. to a specific topic—questions you’ve sent the Developer Support Center 
  2764. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  2765. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  2766. the editing and organization of other Technical Notes. The Q&A function is 
  2767. to get new technical information and updates to you quickly, saving the 
  2768. polish for when the information migrates into reference manuals.
  2769.  
  2770.  Name  =  Managerial Abuse.sit
  2771.  Path =  AMUG CD2:Files II:MacTechNotes:Overview:Managerial Abuse.sit
  2772.  Size: 11K         Date:10/29/92         Version: 
  2773.  Description:
  2774.  Managerial Abuse - When using the various pieces of the Macintosh operating
  2775. system there is a temptation to try to stretch the built-in Managers too 
  2776. far. Developers should be aware of the intended purpose of the various 
  2777. Managers and beware of using them for things that they were not designed to
  2778. handle. If extended beyond their design goals, they will become slow and 
  2779. unwieldy.
  2780.  
  2781.  Name  =  Math Function Q&As.sit
  2782.  Path =  AMUG CD2:Files II:MacTechNotes:Operating System:Math Function Q&As.sit
  2783.  Size:  5K         Date: 6/22/93         Version: 
  2784.  Description:
  2785.  Math Function Q&As - This Technical Note contains a collection of Q&As 
  2786. relating to a specific topic—questions you’ve sent the Developer Support 
  2787. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  2788. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  2789. have the editing and organization of other Technical Notes. The Q&A 
  2790. function is to get new technical information and updates to you quickly, 
  2791. saving the polish for when the information migrates into reference manuals.
  2792.  
  2793.  Name  =  MaxApplZone and MoveHHi.sit
  2794.  Path =  AMUG CD2:Files II:MacTechNotes:Memory:MaxApplZone and MoveHHi.sit
  2795.  Size:  5K         Date: 6/22/93         Version: 
  2796.  Description:
  2797.  MaxApplZone and MoveHHi - When calling MaxApplZone and MoveHHi from 
  2798. assembly language, be sure to get the correct code. 
  2799.  
  2800.  Name  =  Mem Mgr Compatibilit.sit
  2801.  Path =  AMUG CD2:Files II:MacTechNotes:Memory:Mem Mgr Compatibilit.sit
  2802.  Size:  7K         Date: 8/26/93         Version: 
  2803.  Description:
  2804.  Mem Mgr Compatibilit - The Memory Manager has been rewritten for the 
  2805. PowerPC Macintosh computers. This new Memory Manager runs native PowerPC 
  2806. code and uses better algorithms. With this new Memory Manager, there are 
  2807. both old and new restrictions on it use. Topics - A list of things not to 
  2808. do; A new list of restrictions for being compatible in the future, A list 
  2809. of recommendations.
  2810.  
  2811.  Name  =  Memory H/W Q&As.sit
  2812.  Path =  AMUG CD2:Files II:MacTechNotes:Hardware:Memory H/W Q&As.sit
  2813.  Size: 10K         Date:10/29/92         Version: 
  2814.  Description:
  2815.  Memory H/W Q&As - This Technical Note contains a collection of Q&As 
  2816. relating to a specific topic—questions you’ve sent the Developer Support 
  2817. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  2818. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  2819. have the editing and organization of other Technical Notes. The Q&A 
  2820. function is to get new technical information and updates to you quickly, 
  2821. saving the polish for when the information migrates into reference manuals.
  2822.  
  2823.  Name  =  Memory Mgr Q&As.sit
  2824.  Path =  AMUG CD2:Files II:MacTechNotes:Memory:Memory Mgr Q&As.sit
  2825.  Size:  9K         Date:10/29/92         Version: 
  2826.  Description:
  2827.  Memory Mgr Q&As - This Technical Note contains a collection of Q&As 
  2828. relating to a specific topic—questions you’ve sent the Developer Support 
  2829. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  2830. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  2831. have the editing and organization of other Technical Notes. The Q&A 
  2832. function is to get new technical information and updates to you quickly, 
  2833. saving the polish for when the information migrates into reference manuals.
  2834.  
  2835.  Name  =  Memory Mgt Ov Q&As.sit
  2836.  Path =  AMUG CD2:Files II:MacTechNotes:Memory:Memory Mgt Ov Q&As.sit
  2837.  Size: 10K         Date:10/29/92         Version: 
  2838.  Description:
  2839.  Memory Mgt Ov Q&As - This Technical Note contains a collection of Q&As 
  2840. relating to a specific topic—questions you’ve sent the Developer Support 
  2841. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  2842. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  2843. have the editing and organization of other Technical Notes. The Q&A 
  2844. function is to get new technical information and updates to you quickly, 
  2845. saving the polish for when the information migrates into reference manuals.
  2846.  
  2847.  Name  =  Menu Mgr Q&As.sit
  2848.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:Menu Mgr Q&As.sit
  2849.  Size: 25K         Date:10/29/92         Version: 
  2850.  Description:
  2851.  Menu Mgr Q&As - This Technical Note contains a collection of Q&As relating 
  2852. to a specific topic—questions you’ve sent the Developer Support Center 
  2853. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  2854. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  2855. the editing and organization of other Technical Notes. The Q&A function is 
  2856. to get new technical information and updates to you quickly, saving the 
  2857. polish for when the information migrates into reference manuals.
  2858.  
  2859.  Name  =  Misc Tool Q&As.sit
  2860.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:Misc Tool Q&As.sit
  2861.  Size:  8K         Date:10/29/92         Version: 
  2862.  Description:
  2863.  Misc Tool Q&As - This Technical Note contains a collection of Q&As relating
  2864. to a specific topic—questions you’ve sent the Developer Support Center 
  2865. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  2866. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  2867. the editing and organization of other Technical Notes. The Q&A function is 
  2868. to get new technical information and updates to you quickly, saving the 
  2869. polish for when the information migrates into reference manuals.
  2870.  
  2871.  Name  =  Mixing HFS and C I/O.sit
  2872.  Path =  AMUG CD2:Files II:MacTechNotes:Files:Mixing HFS and C I/O.sit
  2873.  Size:  7K         Date:10/29/92         Version: 
  2874.  Description:
  2875.  Mixing HFS and C I/O - This Technical Note discusses the problem of mixing 
  2876. calls to the Macintosh file system with calls to MPW C library file I/O 
  2877. routines. Problems with Communication Between HFS and C. Frequently, 
  2878. developers want to use both Macintosh file I/O and C file I/O.  Developers 
  2879. who do this must keep in mind that they are combining two distinct file 
  2880. representations (the Macintosh and ANSI C). The only limitation on mixing 
  2881. HFS and C I/O functions is that they cannot be mixed on the same open file.
  2882. There are three reasons why this cannot be done.
  2883.  
  2884.  Name  =  Modem Q&As.sit
  2885.  Path =  AMUG CD2:Files II:MacTechNotes:Devices:Modem Q&As.sit
  2886.  Size:  5K         Date: 6/22/93         Version: 
  2887.  Description:
  2888.  Modem Q&As - This Technical Note contains a collection of Q&As relating to 
  2889. a specific topic—questions you’ve sent the Developer Support Center (DSC) 
  2890. along with answers from the DSC engineers. While DSC engineers have checked
  2891. the Q&A content for accuracy, the Q&A Technical Notes don’t have the 
  2892. editing and organization of other Technical Notes. The Q&A function is to 
  2893. get new technical information and updates to you quickly, saving the polish
  2894. for when the information migrates into reference manuals.
  2895.  
  2896.  Name  =  Modifying Standard String C.sit
  2897.  Path =  AMUG CD2:Files II:MacTechNotes:Text:Modifying Standard String C.sit
  2898.  Size: 11K         Date: 6/22/93         Version: 
  2899.  Description:
  2900.  Modifying Standard String C - This technical note describes how to modify 
  2901. the standard string comparison by constructing an itl2 resource. Developers
  2902. may want to modify the standard string comparison if Apple’s comparison 
  2903. doesn’t meet their needs or if Apple has not written a string comparison 
  2904. routine for the language that concerns them.
  2905.  
  2906.  Name  =  Monitor Depth.sit
  2907.  Path =  AMUG CD2:Files II:MacTechNotes:Devices:Monitor Depth.sit
  2908.  Size:  7K         Date: 6/22/93         Version: 
  2909.  Description:
  2910.  Monitor Depth - This Technical Note describes two new system calls that 
  2911. allow an application to change the depth and flags for a given device and 
  2912. also check whether a device supports a particular depth and flags setting. 
  2913. Apple provides these calls to give developers a better way to help users 
  2914. make changes when they consider it appropriate. Abusive use of these calls 
  2915. is a sure way to guarantee that the Thought Police come after you to 
  2916. confiscate your Macintoshes, your stock of Mountain Dew®, and your 
  2917. Technical Notes binder. This Note assumes familiarity with Inside 
  2918. Macintosh, Volume V, Graphics Devices.
  2919.  
  2920.  Name  =  MoreMasters Revisited.sit
  2921.  Path =  AMUG CD2:Files II:MacTechNotes:Memory:MoreMasters Revisited.sit
  2922.  Size:  7K         Date:10/29/92         Version: 
  2923.  Description:
  2924.  MoreMasters Revisited - MoreMasters should be called from CODE segment 1. 
  2925. The number of master pointers that a program needs can be determined 
  2926. empirically. MoreMasters can be tricked into creating the exact number of 
  2927. master pointers desired.
  2928.  
  2929.  Name  =  Movable Modal Dialogs.sit
  2930.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:Movable Modal Dialogs.sit
  2931.  Size:  6K         Date:10/29/92         Version: 
  2932.  Description:
  2933.  Movable Modal Dialogs - This Technical Note describes the process by which 
  2934. an application can remap the Help Manager 'hmnu' resource while a movable 
  2935. modal dialog box is on the screen. The Help Manager handles the case for 
  2936. modal dialog boxes but punts in the case of movable modal dialog boxes. The
  2937. following information will help you get the correct interface performance.
  2938.  
  2939.  Name  =  MoveHHi and SetResPurge.sit
  2940.  Path =  AMUG CD2:Files II:MacTechNotes:Memory:MoveHHi and SetResPurge.sit
  2941.  Size:  4K         Date:10/29/92         Version: 
  2942.  Description:
  2943.  MoveHHi and SetResPurge - SetResPurge(TRUE) is called to make the Memory 
  2944. Manager call the Resource Manager before purging a block specified by a 
  2945. handle. If the handle is a handle to a resource, and its resChanged bit is 
  2946. set, the resource data will be written out (using WriteResource). When 
  2947. MoveHHi is called, even though the handle’s block is not actually being 
  2948. purged, the resource data specified by the handle will be written out. An 
  2949. application can prevent this by calling SetResPurge(FALSE) before calling 
  2950. MoveHHi (and then calling SetResPurge(TRUE) after the MoveHHi call).
  2951.  
  2952.  Name  =  Movie Toolbox Q&As.sit
  2953.  Path =  AMUG CD2:Files II:MacTechNotes:QuickTime:Movie Toolbox Q&As.sit
  2954.  Size: 21K         Date:10/29/92         Version: 
  2955.  Description:
  2956.  Movie Toolbox Q&As - This Technical Note contains a collection of Q&As 
  2957. relating to a specific topic—questions you’ve sent the Developer Support 
  2958. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  2959. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  2960. have the editing and organization of other Technical Notes. The Q&A 
  2961. function is to get new technical information and updates to you quickly, 
  2962. saving the polish for when the information migrates into reference manuals.
  2963.  
  2964.  Name  =  Movies ‘LOOP’ Atom and Frie.sit
  2965.  Path =  AMUG CD2:Files II:MacTechNotes:QuickTime:Movies ‘LOOP’ Atom and Frie.sit
  2966.  Size:  6K         Date:12/28/92         Version: 
  2967.  Description:
  2968.  Movies ‘LOOP’ Atom and Friends - This Technical Note discusses entertaining
  2969. uses for QuickTime user data atoms, Apple defined and otherwise.
  2970.  
  2971.  Name  =  MultiFinder FAQ.sit
  2972.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:MultiFinder FAQ.sit
  2973.  Size:  9K         Date:12/27/93         Version: FAQ
  2974.  Description:
  2975.  MultiFinder FAQ - New Technical Notes - This technical note provides 
  2976. answers to some of the more frequently asked questions about MultiFinder. 
  2977. The development name for MultiFinder was Juggler, so the term "juggle" is 
  2978. used in this technical note to denote a context switch. Some questions for 
  2979. which answers are given - How can I tell if WaitNextEvent is implemented? 
  2980. How can I tell if the MultiFinder Temporary Memory Allocation calls are 
  2981. implemented? How can I tell if my application is running in the background?
  2982. When exactly does juggling take place? Can I disable suspend/resume events 
  2983. by passing the appropriate event mask to WNE/GNE/EventAvail? Should my 
  2984. application use WaitNextEvent? and more!
  2985.  
  2986.  Name  =  MultiFinder Miscellanea.sit
  2987.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:MultiFinder Miscellanea.sit
  2988.  Size: 15K         Date:10/29/92         Version: 
  2989.  Description:
  2990.  MultiFinder Miscellanea - This Technical Note discusses MultiFinder issues 
  2991. of which programmers should be aware. Changes since June 1988. Updated and 
  2992. generalized sample code to reflect new MPW 3.0 calls in both C and Pascal 
  2993. for saving and restoring A5 for interrupt code that accesses application 
  2994. globals.  Removed text that can be found in Programmer’s Guide to 
  2995. MultiFinder, and added a note about _PostEvent.
  2996.  
  2997.  Name  =  MultiFinder Questions.sit
  2998.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:MultiFinder Questions.sit
  2999.  Size:  8K         Date:10/29/92         Version: 
  3000.  Description:
  3001.  MultiFinder Questions - This technical note provides answers to some of the
  3002. more frequently asked questions about MultiFinder. The development name for
  3003. MultiFinder was Juggler, so the term “juggle” is used in this technical 
  3004. note to denote a context switch.
  3005.  
  3006.  Name  =  MultiFinder Revisited.sit
  3007.  Path =  AMUG CD2:Files II:MacTechNotes:Overview:MultiFinder Revisited.sit
  3008.  Size: 10K         Date:10/29/92         Version: 
  3009.  Description:
  3010.  MultiFinder Revisited - This Technical Note describes several new features 
  3011. found in MultiFinder 6.0 and answers a few more commonly-asked questions.
  3012. Changes since December 1989. Added a warning to the section on 
  3013. childDiedEvents about distribution of MultiFinder 6.1bx.
  3014.  
  3015.  Name  =  MultiFinder and _SetGrowZon.sit
  3016.  Path =  AMUG CD2:Files II:MacTechNotes:Memory:MultiFinder and _SetGrowZon.sit
  3017.  Size:  6K         Date:10/29/92         Version: 
  3018.  Description:
  3019.  MultiFinder and _SetGrowZon - MultiFinder patches the _SetGrowZone trap, 
  3020. and this patch can cause your program to crash if you attempt to save and 
  3021. restore the grow zone procedure.
  3022.  
  3023.  Name  =  Multiple Inheritance.sit
  3024.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:Multiple Inheritance.sit
  3025.  Size:  9K         Date:10/29/92         Version: 
  3026.  Description:
  3027.  Multiple Inheritance - This Technical Note answers a common question about 
  3028. MPW C++:  “Why doesn’t HandleObject support multiple inheritance?”  It does
  3029. this by giving a brief overview of how multiple inheritance is implemented 
  3030. in MPW C++.
  3031.  
  3032.  Name  =  My Life as a Pascal Object.sit
  3033.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:My Life as a Pascal Object.sit
  3034.  Size: 12K         Date:10/29/92         Version: 
  3035.  Description:
  3036.  My Life as a Pascal Object - This Technical Note discusses the PascalObject
  3037. base class, used, for instance, with MacApp programming. The Technical Note
  3038. describes how to write PascalObject derived classes that work with both 
  3039. Object Pascal and C++ code linking. It also describes the current 
  3040. restrictions and bugs with writing C++ code using PascalObject as the base 
  3041. class. This Technical Note is based on MacApp 2.0(.1), MPW 3.2 and MPW C++ 
  3042. 3.1.
  3043.  
  3044.  Name  =  NBP Q&As.sit
  3045.  Path =  AMUG CD2:Files II:MacTechNotes:Networking:NBP Q&As.sit
  3046.  Size:  8K         Date:10/29/92         Version: 
  3047.  Description:
  3048.  NBP Q&As - This Technical Note contains a collection of Q&As relating to a 
  3049. specific topic—questions you’ve sent the Developer Support Center (DSC) 
  3050. along with answers from the DSC engineers. While DSC engineers have checked
  3051. the Q&A content for accuracy, the Q&A Technical Notes don’t have the 
  3052. editing and organization of other Technical Notes. The Q&A function is to 
  3053. get new technical information and updates to you quickly, saving the polish
  3054. for when the information migrates into reference manuals.
  3055.  
  3056.  Name  =  Networking Cards & SNMP.sit
  3057.  Path =  AMUG CD2:Files II:MacTechNotes:Networking:Networking Cards & SNMP.sit
  3058.  Size:  9K         Date: 6/22/93         Version: 
  3059.  Description:
  3060.  Networking Cards & SNMP - Apple provides an SNMP Manager that implements an
  3061. architecture for doing network management on a Macintosh computer. This 
  3062. Tech Note describes how the SNMP manager finds network cards on a Macintosh
  3063. and explains how you can make the SNMP Manager recognize new types of 
  3064. network cards. This Tech Note is a supplement to the information provided 
  3065. in the Developers kit for SNMP available on the E.T.O. CD-ROM in the 
  3066. MacSNMP Programmer’s Guide.. The kit defines the interfaces to actually 
  3067. gather the information.
  3068.  
  3069.  Name  =  New CDEV Messages.sit
  3070.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:New CDEV Messages.sit
  3071.  Size:  5K         Date:10/29/92         Version: 
  3072.  Description:
  3073.  New CDEV Messages - This Technical Note describes some previously 
  3074. undocumented messages that the Control Panel can send to a Control Panel 
  3075. device (cdev).
  3076.  
  3077.  Name  =  New Memory Manager.sit
  3078.  Path =  AMUG CD2:Files II:MacTechNotes:Memory:New Memory Manager.sit
  3079.  Size: 10K         Date: 2/09/94         Version: 
  3080.  Description:
  3081.  New Memory Manager - The New Memory Manager and You. This Technical Note 
  3082. describes changes in the Modern Memory Manager that you need to be aware 
  3083. of. Specifically take note of the changes to the bus error handlers in the 
  3084. first section. Topics - Bus Error Handlers in the New Memory Manager, Bus 
  3085. Error Return Value Changes, Free Block Miscellanea, A5 World Problems and 
  3086. Heap Callback Procedures. The introduction of the PowerPC Macintosh also 
  3087. introduces a new Memory Manager. Many of the splendid features of this new 
  3088. implementation have already been discussed in tech note Memory 13. Weary 
  3089. travelers may have noted some strange behavior though, and this note 
  3090. attempts to answer most of the remaining big questions you may have.
  3091.  
  3092.  Name  =  New Resource Manager Calls.sit
  3093.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:New Resource Manager Calls.sit
  3094.  Size:  5K         Date:10/29/92         Version: 
  3095.  Description:
  3096.  New Resource Manager Calls - This Technical Note describes two new Resource
  3097. Manager calls that make opening and creating resource files much easier.
  3098.  
  3099.  Name  =  Notification Mgr Q&As.sit
  3100.  Path =  AMUG CD2:Files II:MacTechNotes:Processes:Notification Mgr Q&As.sit
  3101.  Size:  7K         Date:10/29/92         Version: 
  3102.  Description:
  3103.  Notification Mgr Q&As - This Technical Note contains a collection of Q&As 
  3104. relating to a specific topic—questions you’ve sent the Developer Support 
  3105. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  3106. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  3107. have the editing and organization of other Technical Notes. The Q&A 
  3108. function is to get new technical information and updates to you quickly, 
  3109. saving the polish for when the information migrates into reference manuals.
  3110.  
  3111.  Name  =  Notification Manager.sit
  3112.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:Notification Manager.sit
  3113.  Size:  8K         Date:10/29/92         Version: 
  3114.  Description:
  3115.  Notification Manager - This Technical Note describes the Notification 
  3116. Manager, the part of the operating system that lets an application, desk 
  3117. accessory, or driver alert the user. Changes since October 1989. Clarified 
  3118. the section on error handling for calls to _NMInstall.
  3119.  
  3120.  Name  =  NuBus Block Transfers.sit
  3121.  Path =  AMUG CD2:Files II:MacTechNotes:Hardware:NuBus Block Transfers.sit
  3122.  Size:  9K         Date:10/29/92         Version: 
  3123.  Description:
  3124.  NuBus Block Transfers - This Technical Note describes the sResource entries
  3125. needed in a declaration ROM to inform NuBus™ masters when a board is 
  3126. capable of receiving or sending block transfers. In addition to normal long
  3127. word transfers, the NuBus specification defines a number of block transfer 
  3128. transactions. In block mode transfers, the system arbitrates for the bus a 
  3129. single time and then performs a group of consecutive long word transfers 
  3130. before releasing the bus. The reduction in bus arbitration time can result 
  3131. in considerable gains in performance.
  3132.  
  3133.  Name  =  NuBus Interrupt Latency.sit
  3134.  Path =  AMUG CD2:Files II:MacTechNotes:Hardware:NuBus Interrupt Latency.sit
  3135.  Size:  8K         Date:10/29/92         Version: 
  3136.  Description:
  3137.  NuBus Interrupt Latency - This Technical Note discusses NuBus™ interrupt 
  3138. latency, and why, contrary to popular belief, the Macintosh is not a 
  3139. real-time machine. Changes since December 1988. Changed sample code to 
  3140. defer cursor rendering to a deferred task rather than a “pseudo-VBL” task.
  3141. The Macintosh is not a real-time machine.  The Macintosh does not support 
  3142. DMA. There are many variables in the Macintosh that make it impossible to 
  3143. deterministically figure out exactly when things are going to happen.  
  3144. Despite these facts, there are those who must push the envelope. For these 
  3145. courageous adventurers, we provide the following information in the hope 
  3146. that it speeds your journey.
  3147.  
  3148.  Name  =  NuBus Physical Designs.sit
  3149.  Path =  AMUG CD2:Files II:MacTechNotes:Hardware:NuBus Physical Designs.sit
  3150.  Size: 14K         Date:10/29/92         Version: 
  3151.  Description:
  3152.  NuBus Physical Designs - This Technical Note discusses the possible 
  3153. problems you might run into while designing a NuBus™ card. It covers some 
  3154. of the specifications which, if not followed, will have problems with 
  3155. current Macintosh machines, and possibly future machines. Changes since 
  3156. June 1989. Added warnings about the no component area and full-size NuBus 
  3157. cards.
  3158.  
  3159.  Name  =  NuBus Power Limits.sit
  3160.  Path =  AMUG CD2:Files II:MacTechNotes:Hardware:NuBus Power Limits.sit
  3161.  Size:  7K         Date:10/29/92         Version: 
  3162.  Description:
  3163.  NuBus Power Limits - This Technical Note discusses a very real power limit 
  3164. for NuBus™ expansion cards and warns developers to heed this limit lest 
  3165. they want users trashing their machines by overextending the Macintosh 
  3166. power supply.
  3167.  
  3168.  Name  =  NuBus Q&As.sit
  3169.  Path =  AMUG CD2:Files II:MacTechNotes:Hardware:NuBus Q&As.sit
  3170.  Size: 19K         Date:10/29/92         Version: 
  3171.  Description:
  3172.  NuBus Q&As - This Technical Note contains a collection of Q&As relating to 
  3173. a specific topic—questions you’ve sent the Developer Support Center (DSC) 
  3174. along with answers from the DSC engineers. While DSC engineers have checked
  3175. the Q&A content for accuracy, the Q&A Technical Notes don’t have the 
  3176. editing and organization of other Technical Notes. The Q&A function is to 
  3177. get new technical information and updates to you quickly, saving the polish
  3178. for when the information migrates into reference manuals.
  3179.  
  3180.  Name  =  Nulls in Filenames.sit
  3181.  Path =  AMUG CD2:Files II:MacTechNotes:Files:Nulls in Filenames.sit
  3182.  Size:  5K         Date:10/29/92         Version: 
  3183.  Description:
  3184.  Nulls in Filenames - Some applications (loosely speaking so as to include 
  3185. Desk Accessories, INITs, and what-have-you) generate or rename special 
  3186. files on the fly so that they are not explicitly named by the user via 
  3187. SFPutFile. Since the Macintosh file system is very liberal about filenames 
  3188. and only excludes colons from the list of acceptable characters, this can 
  3189. lead to some difficulties, both for the end user and for writers of other 
  3190. programs which may see these files.
  3191.  
  3192.  Name  =  Number of Resources.sit
  3193.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:Number of Resources.sit
  3194.  Size:  4K         Date:10/29/92         Version: 
  3195.  Description:
  3196.  Number of Resources - This note describes the limitation of the number of 
  3197. resources in a single resource file.
  3198.  
  3199.  Name  =  OS Queue Utility Q&As.sit
  3200.  Path =  AMUG CD2:Files II:MacTechNotes:Operating System:OS Queue Utility Q&As.sit
  3201.  Size:  6K         Date: 6/22/93         Version: 
  3202.  Description:
  3203.  OS Queue Utility Q&As - This Technical Note contains a collection of Q&As 
  3204. relating to a specific topic—questions you’ve sent the Developer Support 
  3205. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  3206. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  3207. have the editing and organization of other Technical Notes. The Q&A 
  3208. function is to get new technical information and updates to you quickly, 
  3209. saving the polish for when the information migrates into reference manuals.
  3210.  
  3211.  Name  =  Object Pascal.sit
  3212.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:Object Pascal.sit
  3213.  Size:  5K         Date:10/29/92         Version: 
  3214.  Description:
  3215.  Object Pascal - Object Pascal must have a CODE segment named %_MethTables 
  3216. in order to access object methods. In MacApp this is taken care of “behind 
  3217. the scenes” so you don’t have to worry about it . However, if you are doing
  3218. a straight Object Pascal program, you must make sure that %_MethTables is 
  3219. around when you need it. If it’s unloaded when you call a method, your 
  3220. Macintosh will begin executing wild noncode and die a gruesome and horrible
  3221. death.
  3222.  
  3223.  Name  =  Off-Screen Bitmaps.sit
  3224.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Graphics:Off-Screen Bitmaps.sit
  3225.  Size: 10K         Date:10/29/92         Version: 
  3226.  Description:
  3227.  Off-Screen Bitmaps - This Technical Note provides an example of creating an
  3228. off-screen bitmap, drawing to it, and then copying from it to the screen.
  3229. Changes since April 1990. Clarified the section on window updates with 
  3230. off-screen bitmaps to explicitly limit these updates to your own windows.
  3231.  
  3232.  Name  =  Old Style Colors.sit
  3233.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Graphics:Old Style Colors.sit
  3234.  Size:  8K         Date:10/29/92         Version: 
  3235.  Description:
  3236.  Old Style Colors - This Technical Note covers limitations of the original 
  3237. Macintosh color model (eight-color) which Inside Macintosh, Volume I-173, 
  3238. QuickDraw does not document. Changes since October 1989. Added definitions 
  3239. of the old-style constants.
  3240.  
  3241.  Name  =  OmegaSANE.sit
  3242.  Path =  AMUG CD2:Files II:MacTechNotes:Operating System:OmegaSANE.sit
  3243.  Size: 10K         Date:10/29/92         Version: 
  3244.  Description:
  3245.  OmegaSANE - System 7.0.1 introduced a new version of SANE (the Standard 
  3246. Apple Numerics Environment) known as OmegaSANE.  This Note discusses the 
  3247. features of OmegaSANE and the associated compatibility risks. 
  3248.  
  3249.  Name  =  OpenRFPerm.sit
  3250.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:OpenRFPerm.sit
  3251.  Size:  5K         Date:10/29/92         Version: 
  3252.  Description:
  3253.  OpenRFPerm - This note corrects an error in the description of the Resource
  3254. Manager routine OpenRFPerm found in Inside Macintosh Volume IV.
  3255.  
  3256.  Name  =  Opening AppleTalk.sit
  3257.  Path =  AMUG CD2:Files II:MacTechNotes:Networking:Opening AppleTalk.sit
  3258.  Size:  6K         Date:10/29/92         Version: 
  3259.  Description:
  3260.  Opening AppleTalk - This Technical Note describes the most effective, safe,
  3261. and compatible way to open the AppleTalk drivers, .MPP and .ATP. The 
  3262. process of opening the AppleTalk drivers, .MPP and .ATP, can be greatly 
  3263. simplified.  The AppleTalk Manager chapters of Inside Macintosh describe 
  3264. the calls MPPOpen and ATPLoad for use by high-level languages.  They also 
  3265. describe the process of examining low-memory globals SPConfig and PortBUse 
  3266. before calling _Open for assembly language use of AppleTalk.
  3267.  
  3268.  Name  =  Opening Serial Driver.sit
  3269.  Path =  AMUG CD2:Files II:MacTechNotes:Devices:Opening Serial Driver.sit
  3270.  Size:  5K         Date:10/29/92         Version: 
  3271.  Description:
  3272.  Opening Serial Driver - This Technical Note describes the recommended, 
  3273. safe, and compatible way to open the Macintosh serial driver, and it 
  3274. explains why you should no longer check for port availability. Changes 
  3275. since October 1989. Corrected syntax errors in the sample code.
  3276.  
  3277.  Name  =  Our Checksum Bounced.sit
  3278.  Path =  AMUG CD2:Files II:MacTechNotes:Devices:Our Checksum Bounced.sit
  3279.  Size:  6K         Date:10/29/92         Version: 
  3280.  Description:
  3281.  Our Checksum Bounced - This Technical Note discusses a fix to a SCSI 
  3282. Manager bug which concerns all developers working with SCSI and NuBus™ 
  3283. device drivers.
  3284.  
  3285.  Name  =  Owned Resource Shortcuts.sit
  3286.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:Owned Resource Shortcuts.sit
  3287.  Size:  5K         Date:10/29/92         Version: 
  3288.  Description:
  3289.  Owned Resource Shortcuts - To allow the Font/DA Mover to renumber desk 
  3290. accessories as needed when moving them between system files, desk 
  3291. accessories should use the “owned resource” protocol described in the 
  3292. Resource Manager chapter of Inside Macintosh Volume I.
  3293.  
  3294.  Name  =  PAP Q&As.sit
  3295.  Path =  AMUG CD2:Files II:MacTechNotes:Networking:PAP Q&As.sit
  3296.  Size:  7K         Date:10/29/92         Version: 
  3297.  Description:
  3298.  PAP Q&As - This Technical Note contains a collection of Q&As relating to a 
  3299. specific topic—questions you’ve sent the Developer Support Center (DSC) 
  3300. along with answers from the DSC engineers. While DSC engineers have checked
  3301. the Q&A content for accuracy, the Q&A Technical Notes don’t have the 
  3302. editing and organization of other Technical Notes. The Q&A function is to 
  3303. get new technical information and updates to you quickly, saving the polish
  3304. for when the information migrates into reference manuals.
  3305.  
  3306.  Name  =  PAP Status Buffer.sit
  3307.  Path =  AMUG CD2:Files II:MacTechNotes:Networking:PAP Status Buffer.sit
  3308.  Size:  8K         Date: 6/22/93         Version: 
  3309.  Description:
  3310.  PAP Status Buffer - This Technical Note shows the format of the ATP data 
  3311. part of Printer Access Protocol (PAP) OpenConnReply and Status AppleTalk 
  3312. response packets. A PAP client returns this information in its 
  3313. implementation of the PAPStatus and PAPOpen calls. The status buffer format
  3314. is shown for both LaserWriter and ImageWriter (with the ImageWriter II/LQ 
  3315. LocalTalk Option card installed) printers.
  3316.  
  3317.  Name  =  PBCatMove - Moving Your Cat.sit
  3318.  Path =  AMUG CD2:Files II:MacTechNotes:Files:PBCatMove - Moving Your Cat.sit
  3319.  Size:  9K         Date: 6/22/93         Version: 
  3320.  Description:
  3321.  PBCatMove - Moving Your Cat - This Technical Note clarifies the 
  3322. documentation in Inside Macintosh for _PBCatMove and provides a 
  3323. demonstration on how to use it. Changes since February 1989, Added a 
  3324. discussion of using NIL for the destination name pointer, which is the 
  3325. simplest way to use _CatMove, and revised the sample code to use the 
  3326. high-level File Manager calls.  Thanks to Tim Dierks of Apple Developer 
  3327. Technical Support U.K. for pointing out the problems with the previous 
  3328. version of this Note.
  3329.  
  3330.  Name  =  PBClose the Barn Door.sit
  3331.  Path =  AMUG CD2:Files II:MacTechNotes:Devices:PBClose the Barn Door.sit
  3332.  Size:  5K         Date:10/29/92         Version: 
  3333.  Description:
  3334.  PBClose the Barn Door - This Technical Note discusses the need for 
  3335. Macintosh device drivers to implement _PBClose. You may get the idea when 
  3336. implementing device drivers that _PBClose is superfluous.  After all, if 
  3337. you have a resident driver for a NuBus™ video board, the only time your 
  3338. driver is not needed is if the operating system is going away.  It might 
  3339. seem that nothing important can happen after the operating system goes 
  3340. away, so why bother with _PBClose?  Well, it turns out a lot can happen, 
  3341. and this Note tells you why it is important to implement a Close (_PBClose)
  3342. routine.
  3343.  
  3344.  Name  =  PBGetCatInfo&ioFDirIndex.sit
  3345.  Path =  AMUG CD2:Files II:MacTechNotes:Files:PBGetCatInfo&ioFDirIndex.sit
  3346.  Size:  8K         Date:10/29/92         Version: 
  3347.  Description:
  3348.  PBGetCatInfo&ioFDirIndex - This technical note describes how to set 
  3349. ioFDirIndex for PBGetCatInfo. The File Manager chapter of Inside Macintosh 
  3350. volume IV is not very specific in describing how to use ioFDirIndex when 
  3351. calling PBGetCatInfo. It correctly says that ioFDirIndex should be positive
  3352. if you are making indexed calls to PBGetCatInfo (analogous to making 
  3353. indexed calls to PBGetVInfo as described in Technical Note #24).
  3354.  
  3355.  Name  =  PBHSetVol.sit
  3356.  Path =  AMUG CD2:Files II:MacTechNotes:Files:PBHSetVol.sit
  3357.  Size:  5K         Date:10/29/92         Version: 
  3358.  Description:
  3359.  PBHSetVol - This note explains PBHSetVol, and why its use is not 
  3360. recommended. PBHSetVol, like SetVol and PBSetVol, allows you to set the 
  3361. current default volume and directory to be used with subsequent File 
  3362. Manager calls. Unlike SetVol and PBSetVol, though, PBHSetVol lets you 
  3363. specify the volume and the directory separately, using the ioVRefNum and 
  3364. ioWDDirID fields.
  3365.  
  3366.  Name  =  PBShare & PBUnshare.sit
  3367.  Path =  AMUG CD2:Files II:MacTechNotes:Files:PBShare & PBUnshare.sit
  3368.  Size: 10K         Date:10/29/92         Version: 
  3369.  Description:
  3370.  PBShare & PBUnshare - This Technical Note documents three new File Manager 
  3371. routines available on shared local volumes. The Pascal glue code, C glue 
  3372. code, and the assembler equates and macros for the calls are included in 
  3373. this note. Changes since October 1991. Corrected ioObjType input values for
  3374. PBGetUGEntry.
  3375.  
  3376.  Name  =  PDS Q&As.sit
  3377.  Path =  AMUG CD2:Files II:MacTechNotes:Hardware:PDS Q&As.sit
  3378.  Size: 10K         Date:10/29/92         Version: 
  3379.  Description:
  3380.  PDS Q&As - This Technical Note contains a collection of Q&As relating to a 
  3381. specific topic—questions you’ve sent the Developer Support Center (DSC) 
  3382. along with answers from the DSC engineers. While DSC engineers have checked
  3383. the Q&A content for accuracy, the Q&A Technical Notes don’t have the 
  3384. editing and organization of other Technical Notes. The Q&A function is to 
  3385. get new technical information and updates to you quickly, saving the polish
  3386. for when the information migrates into reference manuals.
  3387.  
  3388.  Name  =  PIdle Procedure.sit
  3389.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Printing:PIdle Procedure.sit
  3390.  Size:  7K         Date:10/29/92         Version: 
  3391.  Description:
  3392.  PIdle Procedure - This Technical Note discusses how to defensively program 
  3393. a pIdle procedure to work with the majority of print drivers in existence 
  3394. today, and how to install it at print time.
  3395.  
  3396.  Name  =  PPC Toolbox Q&As.sit
  3397.  Path =  AMUG CD2:Files II:MacTechNotes:Interapplication Comm.:PPC Toolbox Q&As.sit
  3398.  Size:  7K         Date:10/29/92         Version: 
  3399.  Description:
  3400.  PPC Toolbox Q&As - This Technical Note contains a collection of Q&As 
  3401. relating to a specific topic—questions you’ve sent the Developer Support 
  3402. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  3403. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  3404. have the editing and organization of other Technical Notes. The Q&A 
  3405. function is to get new technical information and updates to you quickly, 
  3406. saving the polish for when the information migrates into reference manuals.
  3407.  
  3408.  Name  =  PackBits.sit
  3409.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Graphics:PackBits.sit
  3410.  Size:  8K         Date:10/29/92         Version: 
  3411.  Description:
  3412.  PackBits - This Technical Note describes the format of data packed by the 
  3413. Toolbox utility _PackBits and documents a change to the srcBytes limit and 
  3414. possible worst case. Although you can simply unpack this data using 
  3415. _UnPackBits, Apple provides this information for the terminally curious and
  3416. for those manipulating MacPaint® documents or PICT files by hand. Warning: 
  3417. This format information is subject to change. Changes since November 1990. 
  3418. A warning has been added about the handling of a flag-counter byte value of
  3419. -128.
  3420.  
  3421.  Name  =  Palette Manager Changes 6.0.sit
  3422.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Graphics:Palette Manager Changes 6.0.sit
  3423.  Size:  6K         Date:10/29/92         Version: 
  3424.  Description:
  3425.  Palette Manager Changes 6.0 - This Technical Note describes the changes and
  3426. enhancements to the Palette Manager in System Software 6.0.2 and future 
  3427. versions.
  3428.  
  3429.  Name  =  Palette Mgr Q&As.sit
  3430.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Graphics:Palette Mgr Q&As.sit
  3431.  Size:  7K         Date:10/29/92         Version: 
  3432.  Description:
  3433.  Palette Mgr Q&As - This Technical Note contains a collection of Q&As 
  3434. relating to a specific topic—questions you’ve sent the Developer Support 
  3435. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  3436. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  3437. have the editing and organization of other Technical Notes. The Q&A 
  3438. function is to get new technical information and updates to you quickly, 
  3439. saving the polish for when the information migrates into reference manuals.
  3440.  
  3441.  Name  =  Parameters for MDEF Message.sit
  3442.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:Parameters for MDEF Message.sit
  3443.  Size:  6K         Date: 6/22/93         Version: 
  3444.  Description:
  3445.  Parameters for MDEF Message - In order to support popup menus, menu 
  3446. definition procedures (MDEFs) must now respond to a new message, mPopupMsg.
  3447. mPopupMsg is message number 3. When your MDEF is called with this message, 
  3448. it should calculate the rectangle in which the popup menu should appear.
  3449.  
  3450.  Name  =  Pascal RoutiP.sit
  3451.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:Pascal RoutiP.sit
  3452.  Size:  5K         Date:10/29/92         Version: 
  3453.  Description:
  3454.  Pascal RoutiP - Routines passed by pointer are used in many places in 
  3455. conjunction with Macintosh system routines. For example, filter procedures 
  3456. for modal dialogs are passed by pointer, as are controls’ action procedures
  3457. (when calling TrackControl), and I/O completion routines.
  3458.  
  3459.  Name  =  Pascal to C PROC Parms.sit
  3460.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:Pascal to C PROC Parms.sit
  3461.  Size: 13K         Date:10/29/92         Version: 
  3462.  Description:
  3463.  Pascal to C PROC Parms - This Technical Note talks about nested procedures 
  3464. and PROCEDURE parameters in Pascal and what to do when converting them into
  3465. C or C++. Changes since February 1990. Fixed some type coercion problems.
  3466.  
  3467.  Name  =  Pending Update Perils.sit
  3468.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:Pending Update Perils.sit
  3469.  Size: 14K         Date: 6/22/93         Version: 
  3470.  Description:
  3471.  Pending Update Perils - This Technical Note discusses potential problems 
  3472. when pending update events for windows behind modal dialogs are not 
  3473. serviced.  This note also documents some new System 7 Dialog Manager calls.
  3474.  
  3475.  Name  =  Performance Tuning.sit
  3476.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:Performance Tuning.sit
  3477.  Size: 20K         Date:10/29/92         Version: 
  3478.  Description:
  3479.  Performance Tuning - This Technical Note is a collection of useful ideas 
  3480. and suggestions to help you decrease the time required to compile and link 
  3481. under MPW. Some of the issues are even relevant to any development tools 
  3482. running under the Macintosh environment. The Tech Note will also clarify 
  3483. what performance tunings work, and which are marginal or may not work at 
  3484. all.
  3485.  
  3486.  Name  =  PictComments Real Deal.sit
  3487.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Graphics:PictComments Real Deal.sit
  3488.  Size: 35K         Date:10/29/92         Version: 
  3489.  Description:
  3490.  PictComments Real Deal - Changes since March 1988:  This Note (formerly 
  3491. titled “Optimizing for the LaserWriter—PicComments”) describes the picture 
  3492. comments defined and interpreted by the Apple printer drivers. Most of the 
  3493. picture comments are specific to PostScript, but we renamed the Note to 
  3494. emphasize that LaserWriter printers are not necessarily PostScript devices,
  3495. and that QuickDraw printer drivers may implement their own picture comment 
  3496. handling. This Note has been completely rewritten and incorporates all 
  3497. additional insights gained during the last few years.
  3498.  
  3499.  Name  =  Picture Utility Q&As.sit
  3500.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Graphics:Picture Utility Q&As.sit
  3501.  Size:  7K         Date:10/29/92         Version: 
  3502.  Description:
  3503.  Picture Utility Q&As - This Technical Note contains a collection of Q&As 
  3504. relating to a specific topic—questions you’ve sent the Developer Support 
  3505. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  3506. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  3507. have the editing and organization of other Technical Notes. The Q&A 
  3508. function is to get new technical information and updates to you quickly, 
  3509. saving the polish for when the information migrates into reference manuals.
  3510.  
  3511.  Name  =  Pictures and Clip Regions.sit
  3512.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Graphics:Pictures and Clip Regions.sit
  3513.  Size:  4K         Date:10/29/92         Version: 
  3514.  Description:
  3515.  Pictures and Clip Regions - This note describes a problem that affects 
  3516. creation of QuickDraw pictures. When a GrafPort is created, the fields in 
  3517. the GrafPort are given default values; one of these is the clip region, 
  3518. which is set to the rectangle (–32767, –32767, 32767, 32767). If you create
  3519. a picture, then call DrawPicture with a destination rectangle that is not 
  3520. the same size as the picFrame without ever changing the default clip 
  3521. region, nothing will be drawn.
  3522.  
  3523.  Name  =  Pictures and Print.sit
  3524.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Printing:Pictures and Print.sit
  3525.  Size:  8K         Date:10/29/92         Version: 
  3526.  Description:
  3527.  Pictures and Print - This technical note described some problems and 
  3528. features of using Quickdraw pictures with the Printing Manager.  In 
  3529. general, if your application prints Quickdraw pictures, you should read 
  3530. this note.
  3531.  
  3532.  Name  =  Pinouts.sit
  3533.  Path =  AMUG CD2:Files II:MacTechNotes:Hardware:Pinouts.sit
  3534.  Size:  7K         Date:10/29/92         Version: 
  3535.  Description:
  3536.  Pinouts - This note gives pinouts for Macintosh ports, cables, and other 
  3537. products.
  3538.  
  3539.  Name  =  Plotting Small Icons.sit
  3540.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Graphics:Plotting Small Icons.sit
  3541.  Size:  8K         Date:10/29/92         Version: 
  3542.  Description:
  3543.  Plotting Small Icons - This Technical Note discusses the 'SICN' resource 
  3544. format and how to plot one in a GrafPort. Changes since August 1989. 
  3545. Corrected errors in the Pascal code and spruced up the rest.
  3546.  
  3547.  Name  =  Position ind PS.sit
  3548.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Printing:Position ind PS.sit
  3549.  Size:  6K         Date:10/29/92         Version: 
  3550.  Description:
  3551.  Position ind PS - This technical note describes a method for inserting 
  3552. position-independent PostScript into QuickDraw pictures. There is a problem
  3553. with pictures that contain PostScript code. Sometimes the PostScript code 
  3554. that is inserted into the picture is dependent on the position of the 
  3555. picture on the page. The problem arises when these pictures are cut or 
  3556. copied from their original position, and pasted into another position or 
  3557. even into another document. The PostScript code will not know the new 
  3558. location of the picture, and will not execute correctly.
  3559.  
  3560.  Name  =  PostScript Q&As.sit
  3561.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Printing:PostScript Q&As.sit
  3562.  Size: 15K         Date:10/29/92         Version: 
  3563.  Description:
  3564.  PostScript Q&As - This Technical Note contains a collection of Q&As 
  3565. relating to a specific topic—questions you’ve sent the Developer Support 
  3566. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  3567. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  3568. have the editing and organization of other Technical Notes. The Q&A 
  3569. function is to get new technical information and updates to you quickly, 
  3570. saving the polish for when the information migrates into reference manuals.
  3571.  
  3572.  Name  =  PowerBook Miscellanea.sit
  3573.  Path =  AMUG CD2:Files II:MacTechNotes:Hardware:PowerBook Miscellanea.sit
  3574.  Size:  7K         Date:10/29/92         Version: 
  3575.  Description:
  3576.  PowerBook Miscellanea - This Technical Note describes some nonintuitive 
  3577. ramifications of working with a battery-powered computer.
  3578.  
  3579.  Name  =  Power Mgr Q&As.sit
  3580.  Path =  AMUG CD2:Files II:MacTechNotes:Devices:Power Mgr Q&As.sit
  3581.  Size:  7K         Date:10/29/92         Version: 
  3582.  Description:
  3583.  Power Mgr Q&As - This Technical Note contains a collection of Q&As relating
  3584. to a specific topic—questions you’ve sent the Developer Support Center 
  3585. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  3586. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  3587. the editing and organization of other Technical Notes. The Q&A function is 
  3588. to get new technical information and updates to you quickly, saving the 
  3589. polish for when the information migrates into reference manuals.
  3590.  
  3591.  Name  =  Power Supply Q&As.sit
  3592.  Path =  AMUG CD2:Files II:MacTechNotes:Hardware:Power Supply Q&As.sit
  3593.  Size:  9K         Date:10/29/92         Version: 
  3594.  Description:
  3595.  Power Supply Q&As - This Technical Note contains a collection of Q&As 
  3596. relating to a specific topic—questions you’ve sent the Developer Support 
  3597. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  3598. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  3599. have the editing and organization of other Technical Notes. The Q&A 
  3600. function is to get new technical information and updates to you quickly, 
  3601. saving the polish for when the information migrates into reference manuals.
  3602.  
  3603.  Name  =  PrGeneral.sit
  3604.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Printing:PrGeneral.sit
  3605.  Size: 10K         Date:10/29/92         Version: 
  3606.  Description:
  3607.  PrGeneral - The Printing Manager architecture has been expanded to include 
  3608. a new procedure called PrGeneral. The features described here are advanced,
  3609. special-purpose features, intended to solve specific problems for those 
  3610. applications that need them. The calls to determine printer resolution 
  3611. introduce a good deal of complexity into the application’s code, and should
  3612. be used only when necessary.
  3613.  
  3614.  Name  =  Principia Off-Screen.sit
  3615.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Graphics:Principia Off-Screen.sit
  3616.  Size: 58K         Date:10/29/92         Version: 
  3617.  Description:
  3618.  Principia Off-Screen - Using Color QuickDraw to draw off screen is a common
  3619. requirement of applications and other kinds of programs that run on the 
  3620. Macintosh. This Note discusses what Color QuickDraw needs in a graphics 
  3621. environment and how to create one for off-screen drawing. A brief 
  3622. discussion of GWorlds, which are off-screen graphics environments that are 
  3623. set up by the system, is given to help you decide whether to use them or 
  3624. the do-it-yourself techniques described in this Note for setting up an 
  3625. off-screen graphics environment. 
  3626.  
  3627.  Name  =  Print Dialogues - Adding It.sit
  3628.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Printing:Print Dialogues - Adding It.sit
  3629.  Size: 15K         Date: 6/22/93         Version: 
  3630.  Description:
  3631.  Print Dialogues - Adding It - This technical note discusses how to add your
  3632. own items to the Printing Manager’s dialogs.
  3633.  
  3634.  Name  =  PrintMonitor Q&As.sit
  3635.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Printing:PrintMonitor Q&As.sit
  3636.  Size:  9K         Date:10/29/92         Version: 
  3637.  Description:
  3638.  PrintMonitor Q&As - This Technical Note contains a collection of Q&As 
  3639. relating to a specific topic—questions you’ve sent the Developer Support 
  3640. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  3641. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  3642. have the editing and organization of other Technical Notes. The Q&A 
  3643. function is to get new technical information and updates to you quickly, 
  3644. saving the polish for when the information migrates into reference manuals.
  3645.  
  3646.  Name  =  Printer Driver Q&As.sit
  3647.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Printing:Printer Driver Q&As.sit
  3648.  Size: 27K         Date:10/29/92         Version: 
  3649.  Description:
  3650.  Printer Driver Q&As - This Technical Note contains a collection of Q&As 
  3651. relating to a specific topic—questions you’ve sent the Developer Support 
  3652. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  3653. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  3654. have the editing and organization of other Technical Notes. The Q&A 
  3655. function is to get new technical information and updates to you quickly, 
  3656. saving the polish for when the information migrates into reference manuals.
  3657.  
  3658.  Name  =  Printing Loop Cares.sit
  3659.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Printing:Printing Loop Cares.sit
  3660.  Size: 13K         Date: 2/09/94         Version: 
  3661.  Description:
  3662.  Printing Loop Cares - A Printing Loop that Cares - This Technical Note 
  3663. discusses opening and closing the Printing Manager with calls to _PrOpen 
  3664. and _PrClose as well as how to handle errors at print time. Changes since 
  3665. October 1990 - Added code in both versions to handle printing documents 
  3666. larger than 128 pages. Introduction - At one time, Apple recommended that 
  3667. developers call _PrOpen at the beginning of their application and _PrClose 
  3668. at the end, before returning to the Finder. This recommendation was in the 
  3669. ancient past when an application only had to deal with a single printer 
  3670. driver. As more printer drivers became available, it became important for 
  3671. an application to consider the presence of other applications.
  3672.  
  3673.  Name  =  Problem with GetVInfo.sit
  3674.  Path =  AMUG CD2:Files II:MacTechNotes:Files:Problem with GetVInfo.sit
  3675.  Size:  6K         Date:10/29/92         Version: 
  3676.  Description:
  3677.  Problem with GetVInfo - The high-level call GetVInfo (and its low-level 
  3678. counterpart PBGetVInfo) may return inaccurate results for freeBytes when 
  3679. running HFS. The high-level File Manager call GetVInfo returns the number 
  3680. of free bytes on a volume as one of its parameters. Since GetVInfo is 
  3681. really only glue that fills in a parameter block for you and then calls 
  3682. PBGetVInfo, the values returned from it are subject to the limitations 
  3683. (imposed for MFS) discussed in the File Manager chapter of Inside Macintosh
  3684. Volume IV.
  3685.  
  3686.  Name  =  Process Mgr Q&As.sit
  3687.  Path =  AMUG CD2:Files II:MacTechNotes:Processes:Process Mgr Q&As.sit
  3688.  Size: 10K         Date:10/29/92         Version: 
  3689.  Description:
  3690.  Process Mgr Q&As - This Technical Note contains a collection of Q&As 
  3691. relating to a specific topic—questions you’ve sent the Developer Support 
  3692. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  3693. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  3694. have the editing and organization of other Technical Notes. The Q&A 
  3695. function is to get new technical information and updates to you quickly, 
  3696. saving the polish for when the information migrates into reference manuals.
  3697.  
  3698.  Name  =  Process Overview Q&As.sit
  3699.  Path =  AMUG CD2:Files II:MacTechNotes:Processes:Process Overview Q&As.sit
  3700.  Size:  6K         Date:10/29/92         Version: 
  3701.  Description:
  3702.  Process Overview Q&As - This Technical Note contains a collection of Q&As 
  3703. relating to a specific topic—questions you’ve sent the Developer Support 
  3704. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  3705. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  3706. have the editing and organization of other Technical Notes. The Q&A 
  3707. function is to get new technical information and updates to you quickly, 
  3708. saving the polish for when the information migrates into reference manuals.
  3709.  
  3710.  Name  =  Processor Q&As.sit
  3711.  Path =  AMUG CD2:Files II:MacTechNotes:Hardware:Processor Q&As.sit
  3712.  Size:  8K         Date:10/29/92         Version: 
  3713.  Description:
  3714.  Processor Q&As - This Technical Note contains a collection of Q&As relating
  3715. to a specific topic—questions you’ve sent the Developer Support Center 
  3716. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  3717. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  3718. the editing and organization of other Technical Notes. The Q&A function is 
  3719. to get new technical information and updates to you quickly, saving the 
  3720. polish for when the information migrates into reference manuals.
  3721.  
  3722.  Name  =  Programmatic PostScript.sit
  3723.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Printing:Programmatic PostScript.sit
  3724.  Size: 10K         Date:12/28/92         Version: 
  3725.  Description:
  3726.  Programmatic PostScript - This Technical Note discusses how to make the 
  3727. LaserWriter driver, versions 7.0 and later, create PostScript files from 
  3728. your printing loop, and when this is and is not appropriate.
  3729.  
  3730.  Name  =  Projector Q&As.sit
  3731.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:Projector Q&As.sit
  3732.  Size:  7K         Date:10/29/92         Version: 
  3733.  Description:
  3734.  Projector Q&As - This Technical Note contains a collection of Q&As relating
  3735. to a specific topic—questions you’ve sent the Developer Support Center 
  3736. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  3737. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  3738. the editing and organization of other Technical Notes. The Q&A function is 
  3739. to get new technical information and updates to you quickly, saving the 
  3740. polish for when the information migrates into reference manuals.
  3741.  
  3742.  Name  =  pslt resource.sit
  3743.  Path =  AMUG CD2:Files II:MacTechNotes:Hardware:pslt resource.sit
  3744.  Size:  8K         Date:10/29/92         Version: 
  3745.  Description:
  3746.  pslt resource - One of the new resources that can be very helpful to some 
  3747. NuBus™ developers is the 'pslt' resource. The only problem is that the 
  3748. resource is not documented. This Technical Note takes care of the 
  3749. documentation problem.
  3750.  
  3751.  Name  =  PurgeProc Note.sit
  3752.  Path =  AMUG CD2:Files II:MacTechNotes:Memory:PurgeProc Note.sit
  3753.  Size:  6K         Date:10/29/92         Version: 
  3754.  Description:
  3755.  PurgeProc Note - This Technical Note discusses the use of the purgeProc 
  3756. field of an application’s heap zone. Most applications will never need to 
  3757. use a purgeProc. However, if your application requires the ability to 
  3758. maintain purgeable handles containing data, or you need to have special 
  3759. notification when a certain handle is purged, a purgeProc might help you.
  3760.  
  3761.  Name  =  QuickTime 1.6.1.sit
  3762.  Path =  AMUG CD2:Files II:MacTechNotes:QuickTime:QuickTime 1.6.1.sit
  3763.  Size: 26K         Date: 5/30/94         Version: 
  3764.  Description:
  3765.  QuickTime 1.6.1 - QT 4 - QuickTime 1.6.1 Features. Written by -    Angus, 
  3766. Peter Hoddie, and the QuickTime Team    June, 1993. This Note is a technical 
  3767. discussion of the changes between QuickTime 1.5 and QuickTime 1.6.1. 
  3768. QuickTime 1.6.1 introduces some new QuickTime features, new Component 
  3769. Manager features, and better reliability than other QuickTime versions. 
  3770. Topics - QuickTime 1.6.1 features, Component Manager 3.0 features and 
  3771. QuickTime 1.6.1 bug fixes.
  3772.  
  3773.  Name  =  QT Overview Q&As.sit
  3774.  Path =  AMUG CD2:Files II:MacTechNotes:QuickTime:QT Overview Q&As.sit
  3775.  Size:  5K         Date: 6/22/93         Version: 
  3776.  Description:
  3777.  QT Overview Q&As - This Technical Note contains a collection of Q&As 
  3778. relating to a specific topic—questions you’ve sent the Developer Support 
  3779. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  3780. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  3781. have the editing and organization of other Technical Notes. The Q&A 
  3782. function is to get new technical information and updates to you quickly, 
  3783. saving the polish for when the information migrates into reference manuals.
  3784.  
  3785.  Name  =  QT for Windows Q&As.sit
  3786.  Path =  AMUG CD2:Files II:MacTechNotes:QuickTime:QT for Windows Q&As.sit
  3787.  Size:  7K         Date: 6/22/93         Version: 
  3788.  Description:
  3789.  QT for Windows Q&As - This Technical Note contains a collection of Q&As 
  3790. relating to a specific topic—questions you’ve sent the Developer Support 
  3791. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  3792. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  3793. have the editing and organization of other Technical Notes. The Q&A 
  3794. function is to get new technical information and updates to you quickly, 
  3795. saving the polish for when the information migrates into reference manuals.
  3796.  
  3797.  Name  =  QuickDraw’s Internal Pict D.sit
  3798.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Graphics:QuickDraw’s Internal Pict D.sit
  3799.  Size:  9K         Date: 6/22/93         Version: 
  3800.  Description:
  3801.  QuickDraw’s Internal Pict D - This technical note describes the internal 
  3802. format of the QuickDraw picture data structure. This revision corrects some
  3803. errors in the opcode descriptions and provides some examples.
  3804.  
  3805.  Name  =  QuickTime 1.6 Feat.sit
  3806.  Path =  AMUG CD2:Files II:MacTechNotes:QuickTime:QuickTime 1.6 Feat.sit
  3807.  Size: 25K         Date: 8/26/93         Version: 
  3808.  Description:
  3809.  QuickTime 1.6 Feat - This Note is a technical discussion of the changes 
  3810. between QuickTime 1.5 and QuickTime 1.6. QuickTime 1.6 introduces some new 
  3811. features and is more reliable than other QuickTime versions. The note also 
  3812. discusses the new features of the QuickTime 1.6 Component Manager. Topics -
  3813. QuickTime 1.6 features, Component Manager 3.0 features, QuickTime 1.6 bug 
  3814. fixes.
  3815.  
  3816.  Name  =  ROM Debugger.sit
  3817.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:ROM Debugger.sit
  3818.  Size:  5K         Date:10/29/92         Version: 
  3819.  Description:
  3820.  ROM Debugger - The debugger in ROM (not present on the Macintosh 128, 
  3821. Macintosh 512, or Macintosh XL) recognizes ROM commands in this document.
  3822.  
  3823.  Name  =  RTMP Q&As.sit
  3824.  Path =  AMUG CD2:Files II:MacTechNotes:Networking:RTMP Q&As.sit
  3825.  Size:  6K         Date:10/29/92         Version: 
  3826.  Description:
  3827.  RTMP Q&As - This Technical Note contains a collection of Q&As relating to a
  3828. specific topic—questions you’ve sent the Developer Support Center (DSC) 
  3829. along with answers from the DSC engineers. While DSC engineers have checked
  3830. the Q&A content for accuracy, the Q&A Technical Notes don’t have the 
  3831. editing and organization of other Technical Notes. The Q&A function is to 
  3832. get new technical information and updates to you quickly, saving the polish
  3833. for when the information migrates into reference manuals.
  3834.  
  3835.  Name  =  RegisterName.sit
  3836.  Path =  AMUG CD2:Files II:MacTechNotes:Networking:RegisterName.sit
  3837.  Size:  4K         Date: 6/22/93         Version: 
  3838.  Description:
  3839.  RegisterName - The verify flag indicator byte (verifyFlag) of the AppleTalk
  3840. RegisterName function should always be set TRUE in published code.
  3841.  
  3842.  Name  =  ResEdit Q&As.sit
  3843.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:ResEdit Q&As.sit
  3844.  Size:  7K         Date:10/29/92         Version: 
  3845.  Description:
  3846.  ResEdit Q&As - This Technical Note contains a collection of Q&As relating 
  3847. to a specific topic—questions you’ve sent the Developer Support Center 
  3848. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  3849. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  3850. the editing and organization of other Technical Notes. The Q&A function is 
  3851. to get new technical information and updates to you quickly, saving the 
  3852. polish for when the information migrates into reference manuals.
  3853.  
  3854.  Name  =  Reserved Resource Types.sit
  3855.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:Reserved Resource Types.sit
  3856.  Size:  4K         Date:10/29/92         Version: 
  3857.  Description:
  3858.  Reserved Resource Types - Your applications and desk accessories can create
  3859. their own resource types. To avoid using type names which have been or will
  3860. be used in the system, Apple has reserved all resource type names which 
  3861. consist entirely of spaces ($20), lower-case letters ($61 through $7A), and
  3862. “international” characters (greater than $7F).
  3863.  
  3864.  Name  =  Resolving Alias Files Quiet.sit
  3865.  Path =  AMUG CD2:Files II:MacTechNotes:Files:Resolving Alias Files Quiet.sit
  3866.  Size: 11K         Date: 6/22/93         Version: 
  3867.  Description:
  3868.  Resolving Alias Files Quiet - ResolveAliasFile always presents the user 
  3869. identity dialog when mounting remote volumes. This Technical Note offers an
  3870. alternative function, ResolveAliasFileMountOption, which uses the 
  3871. previously undocumented FollowFinderAlias trap to resolve alias files only 
  3872. if their target is on an already mounted volume. Also included is an 
  3873. IsAliasFile routine for identifying alias files.
  3874.  
  3875.  Name  =  Resource Header App Bytes.sit
  3876.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:Resource Header App Bytes.sit
  3877.  Size:  4K         Date: 6/22/93         Version: 
  3878.  Description:
  3879.  Resource Header App Bytes - The section of the Resource Manager chapter of 
  3880. Inside Macintosh which describes the internal format of a resource file 
  3881. shows an area of the resource header labeled “available for application 
  3882. data.” You should not use this area—it is used by the Resource Manager.
  3883.  
  3884.  Name  =  Resource Manager Tips.sit
  3885.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:Resource Manager Tips.sit
  3886.  Size:  5K         Date:10/29/92         Version: 
  3887.  Description:
  3888.  Resource Manager Tips - This note discusses some problems with the Resource
  3889. Manager and how to work around them.
  3890.  
  3891.  Name  =  Resource Mgr Q&As.sit
  3892.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:Resource Mgr Q&As.sit
  3893.  Size: 10K         Date:10/29/92         Version: 
  3894.  Description:
  3895.  Resource Mgr Q&As - This Technical Note contains a collection of Q&As 
  3896. relating to a specific topic—questions you’ve sent the Developer Support 
  3897. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  3898. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  3899. have the editing and organization of other Technical Notes. The Q&A 
  3900. function is to get new technical information and updates to you quickly, 
  3901. saving the polish for when the information migrates into reference manuals.
  3902.  
  3903.  Name  =  Resource in CDEV.sit
  3904.  Path =  AMUG CD2:Files II:MacTechNotes:Overview:Resource in CDEV.sit
  3905.  Size:  7K         Date:10/29/92         Version: 
  3906.  Description:
  3907.  Resource in CDEV - This Technical Note discusses the new 'fwst' resource 
  3908. added to some Control Panels under System 7.0 and later.
  3909.  
  3910.  Name  =  RowBytes Revealed II.sit
  3911.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Graphics:RowBytes Revealed II.sit
  3912.  Size: 10K         Date: 6/22/93         Version: 
  3913.  Description:
  3914.  RowBytes Revealed II - This Technical Note discusses the maximum rowBytes 
  3915. value for a pixMap.
  3916.  
  3917.  Name  =  SADE Q&As.sit
  3918.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:SADE Q&As.sit
  3919.  Size:  9K         Date:10/29/92         Version: 
  3920.  Description:
  3921.  SADE Q&As - This Technical Note contains a collection of Q&As relating to a
  3922. specific topic—questions you’ve sent the Developer Support Center (DSC) 
  3923. along with answers from the DSC engineers. While DSC engineers have checked
  3924. the Q&A content for accuracy, the Q&A Technical Notes don’t have the 
  3925. editing and organization of other Technical Notes. The Q&A function is to 
  3926. get new technical information and updates to you quickly, saving the polish
  3927. for when the information migrates into reference manuals.
  3928.  
  3929.  Name  =  SCSI Bugs.sit
  3930.  Path =  AMUG CD2:Files II:MacTechNotes:Devices:SCSI Bugs.sit
  3931.  Size: 12K         Date:10/29/92         Version: 
  3932.  Description:
  3933.  SCSI Bugs - There are a number of problems in the SCSI Manager; this note 
  3934. lists the ones we know about, along with an explanation of what we’re doing
  3935. about them. Changes made for the 2/88 release are made to more accurately 
  3936. reflect the state of the SCSI Manager. System 4.1 and 4.2 are very similar;
  3937. one bug was fixed in System 4.2.
  3938.  
  3939.  Name  =  SCSI H/W Q&As.sit
  3940.  Path =  AMUG CD2:Files II:MacTechNotes:Hardware:SCSI H/W Q&As.sit
  3941.  Size: 16K         Date:10/29/92         Version: 
  3942.  Description:
  3943.  SCSI H/W Q&As - This Technical Note contains a collection of Q&As relating 
  3944. to a specific topic—questions you’ve sent the Developer Support Center 
  3945. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  3946. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  3947. the editing and organization of other Technical Notes. The Q&A function is 
  3948. to get new technical information and updates to you quickly, saving the 
  3949. polish for when the information migrates into reference manuals.
  3950.  
  3951.  Name  =  SCSI Mgr Q&As.sit
  3952.  Path =  AMUG CD2:Files II:MacTechNotes:Devices:SCSI Mgr Q&As.sit
  3953.  Size:  7K         Date:10/29/92         Version: 
  3954.  Description:
  3955.  SCSI Mgr Q&As - This Technical Note contains a collection of Q&As relating 
  3956. to a specific topic—questions you’ve sent the Developer Support Center 
  3957. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  3958. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  3959. the editing and organization of other Technical Notes. The Q&A function is 
  3960. to get new technical information and updates to you quickly, saving the 
  3961. polish for when the information migrates into reference manuals.
  3962.  
  3963.  Name  =  SCSI Termination.sit
  3964.  Path =  AMUG CD2:Files II:MacTechNotes:Apple Workgroup Server:SCSI Termination.sit
  3965.  Size:  3K         Date:11/10/93         Version: 
  3966.  Description:
  3967.  SCSI Termination - The introduction of the Apple Workgroup Server 95 has 
  3968. led to questions with regard to the SCSI termination requirements for the 
  3969. internal Processor Direct Slot Card and the SCSI busses that it supports. 
  3970. The internal and external SCSI buses on the AWS95 are two separate 
  3971. electrical buses that are logically treated as one via software. This means
  3972. external cabling and termination issues do not affect the internal bus and 
  3973. vice-versa. Both buses are terminated at the main board. Find out more by 
  3974. reading this Technical note.
  3975.  
  3976.  Name  =  SCSI Termination.sit
  3977.  Path =  AMUG CD2:Files II:MacTechNotes:Devices:SCSI Termination.sit
  3978.  Size: 15K         Date: 8/26/93         Version: 
  3979.  Description:
  3980.  SCSI Termination - This Technical Note discusses SCSI termination on the 
  3981. Macintosh, including the new rules of termination that are necessary with 
  3982. the advent of the high-speed Macintosh IIfx. Changes since May 1992 - Added
  3983. a discussion of Macintosh PowerBook and PowerBook Duo termination and 
  3984. termination for Apple printers.
  3985.  
  3986.  Name  =  SICNs in Menus.sit
  3987.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:SICNs in Menus.sit
  3988.  Size:  7K         Date:10/29/92         Version: 
  3989.  Description:
  3990.  SICNs in Menus - This Technical Note describes a new facility of the Menu 
  3991. Manager which allows you to add reduced icons and small icons to your 
  3992. menus. Changes since August 1989. Corrected references to SetItemCmd from 
  3993. SetItmCmd.
  3994.  
  3995.  Name  =  SNMP Transports.sit
  3996.  Path =  AMUG CD2:Files II:MacTechNotes:Networking:SNMP Transports.sit
  3997.  Size: 13K         Date: 6/22/93         Version: 
  3998.  Description:
  3999.  SNMP Transports - This Technical Note explains how to write an SNMP (Simple
  4000. Network Management Protocol) Transport. An SNMP Transport is responsible 
  4001. for communicating between the SNMP Manager and a particular network layer. 
  4002. Thus, if you were writing a new network stack for the Macintosh and wanted 
  4003. it to use the SNMP Manager, you would write an SNMP Transport for your 
  4004. network stack. 
  4005.  
  4006.  Name  =  Safe cdevs.sit
  4007.  Path =  AMUG CD2:Files II:MacTechNotes:Text:Safe cdevs.sit
  4008.  Size:  6K         Date:10/29/92         Version: 
  4009.  Description:
  4010.  Safe cdevs - This Technical Note describes a potential problem with Control
  4011. Panel devices (cdevs) that contain EditText fields and presents a way to 
  4012. avoid it.
  4013.  
  4014.  Name  =  Scrap Mgr Q&As.sit
  4015.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:Scrap Mgr Q&As.sit
  4016.  Size:  5K         Date:10/29/92         Version: 
  4017.  Description:
  4018.  Scrap Mgr Q&As - This Technical Note contains a collection of Q&As relating
  4019. to a specific topic—questions you’ve sent the Developer Support Center 
  4020. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  4021. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  4022. the editing and organization of other Technical Notes. The Q&A function is 
  4023. to get new technical information and updates to you quickly, saving the 
  4024. polish for when the information migrates into reference manuals.
  4025.  
  4026.  Name  =  Scrapbook File Format.sit
  4027.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:Scrapbook File Format.sit
  4028.  Size:  6K         Date: 6/22/93         Version: 
  4029.  Description:
  4030.  Scrapbook File Format - This Technical Note discusses the format of the 
  4031. System 7.1 Scrapbook file format. The format may change in the future so be
  4032. warned. 
  4033.  
  4034.  Name  =  Script Manager 2.0 Date & T.sit
  4035.  Path =  AMUG CD2:Files II:MacTechNotes:Text:Script Manager 2.0 Date & T.sit
  4036.  Size:  5K         Date: 6/22/93         Version: 
  4037.  Description:
  4038.  Script Manager 2.0 Date - This Technical Note describes known bugs and 
  4039. features in and solutions to the date and time routines introduced in 
  4040. Script Manager 2.0.
  4041.  
  4042.  Name  =  Script Manager Print Action.sit
  4043.  Path =  AMUG CD2:Files II:MacTechNotes:Text:Script Manager Print Action.sit
  4044.  Size:  6K         Date: 6/22/93         Version: 
  4045.  Description:
  4046.  Script Manager Print Action - This technical note describes how Print 
  4047. Drivers can access the Script Manager Print Action routine to print 
  4048. unconventional text, such as Japanese or Arabic.
  4049.  
  4050.  Name  =  Script Manager’s Pixel2Char.sit
  4051.  Path =  AMUG CD2:Files II:MacTechNotes:Text:Script Manager’s Pixel2Char.sit
  4052.  Size:  8K         Date: 6/22/93         Version: 
  4053.  Description:
  4054.  Script Manager’s Pixel2Char - This Technical Note discusses the Pixel2Char 
  4055. routine provided by the Script Manager. Changes since June 1989. Clarified 
  4056. information, corrected minor errors, and replaced the illustration.
  4057.  
  4058.  Name  =  Script Mgr Q&As.sit
  4059.  Path =  AMUG CD2:Files II:MacTechNotes:Interapplication Comm.:Script Mgr Q&As.sit
  4060.  Size:  9K         Date:10/29/92         Version: 
  4061.  Description:
  4062.  Script Mgr Q&As - This Technical Note contains a collection of Q&As 
  4063. relating to a specific topic—questions you’ve sent the Developer Support 
  4064. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  4065. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  4066. have the editing and organization of other Technical Notes. The Q&A 
  4067. function is to get new technical information and updates to you quickly, 
  4068. saving the polish for when the information migrates into reference manuals.
  4069.  
  4070.  Name  =  Script Mgr Variables.sit
  4071.  Path =  AMUG CD2:Files II:MacTechNotes:Text:Script Mgr Variables.sit
  4072.  Size: 14K         Date:10/29/92         Version: 
  4073.  Description:
  4074.  Script Mgr Variables - This Technical Note describes, in detail, the local 
  4075. and global script variables.
  4076.  
  4077.  Name  =  Searching volumes.sit
  4078.  Path =  AMUG CD2:Files II:MacTechNotes:Files:Searching volumes.sit
  4079.  Size: 15K         Date:10/29/92         Version: 
  4080.  Description:
  4081.  Searching volumes - This Technical Note discusses the PBCatSearch function 
  4082. and tells why it should be used. It also provides simple algorithms for 
  4083. searching both MFS and HFS volumes and discusses the problems with indexed 
  4084. search routines. Changes since October 1988. Includes information on 
  4085. PBCatSearch and notes the problems with indexed search routines. Source 
  4086. code examples have been added and revised. Thanks to John Norstad at 
  4087. Northwestern University for pointing out some of the shortcomings of the 
  4088. indexed search routines. Thanks to the System 7 engineering team for adding
  4089. PBCatSearch.
  4090.  
  4091.  Name  =  Segment Loader Limitations.sit
  4092.  Path =  AMUG CD2:Files II:MacTechNotes:Operating System:Segment Loader Limitations.sit
  4093.  Size:  6K         Date:10/29/92         Version: 
  4094.  Description:
  4095.  Segment Loader Limitations - This Technical Note discusses the jump table 
  4096. limitations of the Segment Loader and suggests some ways to work around 
  4097. these limitations to minimize the problem.  These limitations are most 
  4098. evident to developers using MacApp and other object-oriented environments.
  4099.  
  4100.  Name  =  Sense Lines.sit
  4101.  Path =  AMUG CD2:Files II:MacTechNotes:Hardware:Sense Lines.sit
  4102.  Size: 14K         Date: 5/03/94         Version: May 94
  4103.  Description:
  4104.  Sense Lines - Ever wonder how to set up an Apple video card or Macintosh 
  4105. built-in video to support various size monitors? Well, this Technical Note 
  4106. will tell you everything you need to know about what monitors are supported
  4107. and how. Changes since February 1993 - Updated list to include latest 
  4108. Macintosh Products as of April 1994. Added discussion of the new type 6 
  4109. extended sense code. This new code is in addition to the previously 
  4110. discussed extended sense code protocol which is now designated as type 7. 
  4111. Show the new type 6 sense codes for three multiple scan monitor 
  4112. configurations.
  4113.  
  4114.  Name  =  Separate Resource Files.sit
  4115.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:Separate Resource Files.sit
  4116.  Size:  5K         Date:10/29/92         Version: 
  4117.  Description:
  4118.  Separate Resource Files - This Technical Note contains a collection of Q&As
  4119. relating to a specific topic—questions you’ve sent the Developer Support 
  4120. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  4121. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  4122. have the editing and organization of other Technical Notes. The Q&A 
  4123. function is to get new technical information and updates to you quickly, 
  4124. saving the polish for when the information migrates into reference manuals.
  4125.  
  4126.  Name  =  Sept 93 Late-Breaking Q&A.sit
  4127.  Path =  AMUG CD2:Files II:MacTechNotes:Devices:Sept 93 Late-Breaking Q&A.sit
  4128.  Size: 21K         Date:11/10/93         Version: 
  4129.  Description:
  4130.  Sept 93 Late-Breaking Q&A - September 1993 Late-Breaking Q&As. This is a 
  4131. new way of getting special Q&As to you before they’ve been completely 
  4132. reviewed, copy-edited, and added to the Q&A Tech Notes. The content is 
  4133. preliminary; it’s been verified by each author, but you might notice 
  4134. changes when you see the final version in a Q&A Tech Note. Examples of the 
  4135. questions - What do I have to do to make my CD-ROM driver work with Foreign
  4136. File Access? Is Foreign File Access licensable from Apple? My SCSI driver 
  4137. sometimes hangs and I have to reset the bus. Am I making a common mistake? 
  4138. What’s the Macintosh built-in analog sound input port signal specification?
  4139. Includes many more questions.
  4140.  
  4141.  Name  =  Serial Driver Q&As.sit
  4142.  Path =  AMUG CD2:Files II:MacTechNotes:Devices:Serial Driver Q&As.sit
  4143.  Size: 13K         Date:10/29/92         Version: 
  4144.  Description:
  4145.  Serial Driver Q&As - This Technical Note contains a collection of Q&As 
  4146. relating to a specific topic—questions you’ve sent the Developer Support 
  4147. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  4148. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  4149. have the editing and organization of other Technical Notes. The Q&A 
  4150. function is to get new technical information and updates to you quickly, 
  4151. saving the polish for when the information migrates into reference manuals.
  4152.  
  4153.  Name  =  Serial GPi The Reliable Way.sit
  4154.  Path =  AMUG CD2:Files II:MacTechNotes:Devices:Serial GPi The Reliable Way.sit
  4155.  Size:  8K         Date:10/29/92         Version: 
  4156.  Description:
  4157.  Serial GPi The Reliable Way - This Technical Note discusses the latest 
  4158. supported methods for reading, validating, and configuring the GPi serial 
  4159. input across all members of the Macintosh family. GPi is a software 
  4160. configurable serial input present on some machines. It is located at pin 7 
  4161. on the DIN-8 serial connectors, and connects to the DCD input of the Z8530 
  4162. Serial Communications Controller (SCC). Because DCD is monopolized by the 
  4163. mouse on the Macintosh Plus, GPi is not implemented on that machine. Other 
  4164. machines which do not support GPi include the Macintosh Classic and Mac LC.
  4165. On these machines, pins 7 of the DIN-8 serial connectors are not connected.
  4166.  
  4167.  Name  =  Serial I/O Port  Q&A.sit
  4168.  Path =  AMUG CD2:Files II:MacTechNotes:Hardware:Serial I/O Port  Q&A.sit
  4169.  Size: 10K         Date: 4/12/93         Version: 
  4170.  Description:
  4171.  Serial I/O Port  Q&A - This Technical Note contains a collection of Q&As 
  4172. relating to a specific topic—questions you’ve sent the Developer Support 
  4173. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  4174. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  4175. have the editing and organization of other Technical Notes. The Q&A 
  4176. function is to get new technical information and updates to you quickly, 
  4177. saving the polish for when the information migrates into reference manuals.
  4178.  
  4179.  Name  =  Serial PollProc.sit
  4180.  Path =  AMUG CD2:Files II:MacTechNotes:Devices:Serial PollProc.sit
  4181.  Size:  8K         Date: 6/22/93         Version: 
  4182.  Description:
  4183.  Serial PollProc - This Technical Note discusses how to make a PollProc for 
  4184. your MIDI (Musical Instrument Digital Interface) driver on the Macintosh 
  4185. PowerBook 140 and 170.
  4186.  
  4187.  Name  =  Servers on AppleTalk.sit
  4188.  Path =  AMUG CD2:Files II:MacTechNotes:Networking:Servers on AppleTalk.sit
  4189.  Size:  8K         Date:10/29/92         Version: 
  4190.  Description:
  4191.  Servers on AppleTalk - Many applications could benefit from the ability to 
  4192. share common data between several Macintoshes, without requiring a file 
  4193. server. This technical note discusses one technique for managing this 
  4194. AppleTalk communication.
  4195.  
  4196.  Name  =  SetLineWidth Revealed.sit
  4197.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Printing:SetLineWidth Revealed.sit
  4198.  Size:  7K         Date:10/29/92         Version: 
  4199.  Description:
  4200.  SetLineWidth Revealed - This technical note describes the internal 
  4201. implementation, and correct method of using, the SetLineWidth Picture 
  4202. Comment. The SetLineWidth picture comment provides a way of accessing 
  4203. PostScript’s 'setlinewidth' operator. Since the LaserWriter resolution is 
  4204. roughly four times that of the Macintosh screen, fractional line widths can
  4205. be printed. The SetLineWidth PicComment provides a way for applications to 
  4206. access these fractional line widths through PostScript, without having to 
  4207. use floating point numbers.
  4208.  
  4209.  Name  =  Setting and Restoring A5.sit
  4210.  Path =  AMUG CD2:Files II:MacTechNotes:Overview:Setting and Restoring A5.sit
  4211.  Size:  7K         Date:10/29/92         Version: 
  4212.  Description:
  4213.  Setting and Restoring A5 - The routines SetupA5 and RestoreA5 do not work 
  4214. properly when used with some optimizing Pascal and C compilers. Two new 
  4215. routines, SetCurrentA5 and SetA5, are available in MPW 3.0, and they should
  4216. work with any compiler. Changes since December 1988. Removed the sample 
  4217. code and expanded the explanation of these two routines. The sample code in
  4218. M.TB.MultifinderMisc reflects these new A5 routines.
  4219.  
  4220.  Name  =  Signals.sit
  4221.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:Signals.sit
  4222.  Size:  9K         Date:10/29/92         Version: 
  4223.  Description:
  4224.  Signals - Signals are a form of intra-program interrupt which can greatly 
  4225. aid clean, inexpensive error trapping in stack frame intensive languages. A
  4226. program may invoke the Signal procedure and immediately return to the last 
  4227. invocation of CatchSignal, including the complete stack frame state at that
  4228. point.
  4229.  
  4230.  Name  =  Sleep Queue Tasks.sit
  4231.  Path =  AMUG CD2:Files II:MacTechNotes:Hardware:Sleep Queue Tasks.sit
  4232.  Size: 10K         Date: 6/22/93         Version: 
  4233.  Description:
  4234.  Sleep Queue Tasks - This Technical Note demonstrates how one can write an 
  4235. application to display a dialog box before a portable Macintosh goes to 
  4236. sleep.
  4237.  
  4238.  Name  =  Slot Interrupt Priority.sit
  4239.  Path =  AMUG CD2:Files II:MacTechNotes:Hardware:Slot Interrupt Priority.sit
  4240.  Size:  4K         Date:10/29/92         Version: 
  4241.  Description:
  4242.  Slot Interrupt Priority - This Technical Note describes the way interrupt 
  4243. priorities are scheduled, which corrects the description of slot interrupt 
  4244. queue priorities in the Device Manager chapter of Inside Macintosh, Volume 
  4245. V-426.
  4246.  
  4247.  Name  =  Slot Mgr Q&As.sit
  4248.  Path =  AMUG CD2:Files II:MacTechNotes:Devices:Slot Mgr Q&As.sit
  4249.  Size:  8K         Date:10/29/92         Version: 
  4250.  Description:
  4251.  Slot Mgr Q&As - This Technical Note contains a collection of Q&As relating 
  4252. to a specific topic—questions you’ve sent the Developer Support Center 
  4253. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  4254. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  4255. the editing and organization of other Technical Notes. The Q&A function is 
  4256. to get new technical information and updates to you quickly, saving the 
  4257. polish for when the information migrates into reference manuals.
  4258.  
  4259.  Name  =  Sony Drives For You.sit
  4260.  Path =  AMUG CD2:Files II:MacTechNotes:Devices:Sony Drives For You.sit
  4261.  Size: 19K         Date:10/29/92         Version: 
  4262.  Description:
  4263.  Sony Drives For You - This Technical Note discusses the Sony driver control
  4264. and status calls that are available on the Macintosh. Changes since April 
  4265. 1990, Corrected Figure 2, since the Return Physical Drive Icon (csCode = 
  4266. 21) returns an error message instead of an icon on the Macintosh Plus.
  4267.  
  4268.  Name  =  Sound Input Q&As.sit
  4269.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:Sound Input Q&As.sit
  4270.  Size:  5K         Date:10/29/92         Version: 
  4271.  Description:
  4272.  Sound Input Q&As - This Technical Note contains a collection of Q&As 
  4273. relating to a specific topic—questions you’ve sent the Developer Support 
  4274. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  4275. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  4276. have the editing and organization of other Technical Notes. The Q&A 
  4277. function is to get new technical information and updates to you quickly, 
  4278. saving the polish for when the information migrates into reference manuals.
  4279.  
  4280.  Name  =  Sound Mgr Q&As.sit
  4281.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:Sound Mgr Q&As.sit
  4282.  Size: 19K         Date:10/29/92         Version: 
  4283.  Description:
  4284.  Sound Mgr Q&As - This Technical Note contains a collection of Q&As relating
  4285. to a specific topic—questions you’ve sent the Developer Support Center 
  4286. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  4287. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  4288. the editing and organization of other Technical Notes. The Q&A function is 
  4289. to get new technical information and updates to you quickly, saving the 
  4290. polish for when the information migrates into reference manuals.
  4291.  
  4292.  Name  =  SourceRoutes.sit
  4293.  Path =  AMUG CD2:Files II:MacTechNotes:Networking:SourceRoutes.sit
  4294.  Size:  9K         Date:10/29/92         Version: 
  4295.  Description:
  4296.  SourceRoutes - This Technical Note discusses source routing and its 
  4297. possible implementation in token ring link layers.
  4298.  
  4299.  Name  =  Spare A Block.sit
  4300.  Path =  AMUG CD2:Files II:MacTechNotes:Files:Spare A Block.sit
  4301.  Size:  9K         Date:10/29/92         Version: 
  4302.  Description:
  4303.  Spare A Block - This Technical Note discusses a new feature of the System 
  4304. Software 7.0 Disk Initialization Package—bad block sparing.
  4305.  
  4306.  Name  =  Speedy Coprocessor.sit
  4307.  Path =  AMUG CD2:Files II:MacTechNotes:Hardware:Speedy Coprocessor.sit
  4308.  Size: 17K         Date:10/29/92         Version: 
  4309.  Description:
  4310.  Speedy Coprocessor - This Technical Note presents an overview of the 68881 
  4311. and 68882 math coprocessors, and it covers general information about the 
  4312. chips as well as how using the chips directly can help speed your 
  4313. math–intensive code.
  4314.  
  4315.  Name  =  Spool/Print Shared.sit
  4316.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Printing:Spool/Print Shared.sit
  4317.  Size:  5K         Date:10/29/92         Version: 
  4318.  Description:
  4319.  Spool/Print Shared - This technical note discusses drawbacks of using the 
  4320. spool-a-page/ print-a-page method of printing.
  4321.  
  4322.  Name  =  Spooler Queries?.sit
  4323.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Printing:Spooler Queries?.sit
  4324.  Size:  4K         Date: 6/22/93         Version: 
  4325.  Description:
  4326.  Spooler Queries? - When the LaserShare spooler is on an AppleTalk network, 
  4327. it acts like a LaserWriter-type device, which can be chosen and 
  4328. communicated with much like a real LaserWriter. Some applications, however,
  4329. must communicate with a LaserWriter directly, not a spooler. If this is 
  4330. true for your application, you can check whether you are actually talking 
  4331. to a real LaserWriter by sending to the LaserWriter the following query.
  4332.  
  4333.  Name  =  Stand-Alone Code.sit
  4334.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:Stand-Alone Code.sit
  4335.  Size:113K         Date:10/29/92         Version: 
  4336.  Description:
  4337.  Stand-Alone Code - This Technical Note discusses many of the issues related
  4338. to stand-alone code modules.  This Note is by no means a completely 
  4339. original work, as the author borrows freely from the work of Keith Rollin, 
  4340. Mark Baumwell, and Jim Friedlander. Changes since October 1989. Completely 
  4341. rewritten to broaden the discussion of stand-alone code modules and include
  4342. a greater scope of examples.  Incorporates Technical Notes #110, MPW. 
  4343. Writing Stand-Alone Code and #145, Debugger FKEY.
  4344.  
  4345.  Name  =  Standard File Customization.sit
  4346.  Path =  AMUG CD2:Files II:MacTechNotes:Files:Standard File Customization.sit
  4347.  Size: 13K         Date:10/29/92         Version: 
  4348.  Description:
  4349.  Standard File Customization - This note contains an example program that 
  4350. demonstrates how SFPGetFile can be customized using the dialog hook and 
  4351. file filter functions. SFPGetFile’s dialog hook function and file filter 
  4352. function enable you to customize SFPGetFile’s behavior to fit the needs of 
  4353. your application.
  4354.  
  4355.  Name  =  Standard File Pkg Q&As.sit
  4356.  Path =  AMUG CD2:Files II:MacTechNotes:Files:Standard File Pkg Q&As.sit
  4357.  Size: 17K         Date:10/29/92         Version: 
  4358.  Description:
  4359.  Standard File Pkg Q&As - This Technical Note contains a collection of Q&As 
  4360. relating to a specific topic—questions you’ve sent the Developer Support 
  4361. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  4362. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  4363. have the editing and organization of other Technical Notes. The Q&A 
  4364. function is to get new technical information and updates to you quickly, 
  4365. saving the polish for when the information migrates into reference manuals.
  4366.  
  4367.  Name  =  Standard File Tips.sit
  4368.  Path =  AMUG CD2:Files II:MacTechNotes:Files:Standard File Tips.sit
  4369.  Size:  6K         Date:10/29/92         Version: 
  4370.  Description:
  4371.  Standard File Tips - SFSaveDisk and CurDirStore. Low-memory location $214 
  4372. (SFSaveDisk—a word) contains –1* the vRefNum of the volume that SF is 
  4373. displaying (MFS and HFS). It never contains –1* a WDRefNum. Low-memory 
  4374. location $398 (CurDirStore—a long word) contains the dirID of the directory
  4375. that SF is displaying (HFS only). This information can be particularly 
  4376. useful at hook time, when the vRefNum field of the reply record has not yet
  4377. been filled in.
  4378.  
  4379.  Name  =  Start Mgr Q&As.sit
  4380.  Path =  AMUG CD2:Files II:MacTechNotes:Operating System:Start Mgr Q&As.sit
  4381.  Size:  6K         Date:10/29/92         Version: 
  4382.  Description:
  4383.  Start Mgr Q&As - This Technical Note contains a collection of Q&As relating
  4384. to a specific topic—questions you’ve sent the Developer Support Center 
  4385. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  4386. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  4387. the editing and organization of other Technical Notes. The Q&A function is 
  4388. to get new technical information and updates to you quickly, saving the 
  4389. polish for when the information migrates into reference manuals.
  4390.  
  4391.  Name  =  Stationery Pads.sit
  4392.  Path =  AMUG CD2:Files II:MacTechNotes:Overview:Stationery Pads.sit
  4393.  Size:  6K         Date:10/29/92         Version: 
  4394.  Description:
  4395.  Stationery Pads - With the introduction of AppleShare (Apple’s file server)
  4396. there are restrictions on self-modification of application resource files 
  4397. and the placement of configuration files. This note describes one way to 
  4398. get around the necessity for configuration files.
  4399.  
  4400.  Name  =  _StripAddress.sit
  4401.  Path =  AMUG CD2:Files II:MacTechNotes:Memory:_StripAddress.sit
  4402.  Size:  8K         Date:10/29/92         Version: 
  4403.  Description:
  4404.  _StripAddress - Inside Macintosh, Volume V, The OS Utilities, incorrectly 
  4405. documents the _StripAddress trap; this Technical Note correctly documents 
  4406. the trap and gives guidelines for its use. Changes since April 1990. Added 
  4407. a discussion of why the _StripAddress trap should be used under certain 
  4408. circumstances when patching traps.
  4409.  
  4410.  Name  =  Strip _OpenResFile/_Open.sit
  4411.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:Strip _OpenResFile/_Open.sit
  4412.  Size:  5K         Date:10/29/92         Version: 
  4413.  Description:
  4414.  Strip _OpenResFile/_Open - This Technical Note discusses a bug in 
  4415. _OpenResFile and _OpenRFPerm which can cause system crashes and what you 
  4416. can do to avoid this problem.
  4417.  
  4418.  Name  =  Styled Text Edit in 6.0.sit
  4419.  Path =  AMUG CD2:Files II:MacTechNotes:Text:Styled Text Edit in 6.0.sit
  4420.  Size: 13K         Date:10/29/92         Version: 
  4421.  Description:
  4422.  Styled Text Edit in 6.0 - Some changes were made to TextEdit in System 6.0 
  4423. to provide more functionality and to make life easier for the programmer 
  4424. using TextEdit.  This Note documents those changes and enhancements.
  4425. Changes since August 1988. Corrected an error in TEDispatchRec in the 
  4426. figure on page 8.
  4427.  
  4428.  Name  =  Sub(Launching) H-L Langu.sit
  4429.  Path =  AMUG CD2:Files II:MacTechNotes:Processes:Sub(Launching) H-L Langu.sit
  4430.  Size: 10K         Date:10/29/92         Version: 
  4431.  Description:
  4432.  Sub(Launching) H-L Langu - This Technical Note discusses the “safest” 
  4433. method of calling _Launch from a high-level language that supports inline 
  4434. assembly language with the option of launching or sublaunching another 
  4435. application.
  4436.  
  4437.  Name  =  Subject Index.sit
  4438.  Path =  AMUG CD2:Files II:MacTechNotes: Indexes:Subject Index.sit
  4439.  Size: 34K         Date:10/29/92         Version: 
  4440.  Description:
  4441.  Subject Index - This index expounds upon each of the topics covered in 
  4442. Technical Notes.
  4443.  
  4444.  Name  =  Swapping MMU Mode.sit
  4445.  Path =  AMUG CD2:Files II:MacTechNotes:Memory:Swapping MMU Mode.sit
  4446.  Size:  5K         Date:10/29/92         Version: 
  4447.  Description:
  4448.  Swapping MMU Mode - This Technical Note describes how to avoid crashing 
  4449. when swapping into 32-bit mode on a Macintosh II.  Thanks to Jim Berry and 
  4450. Dan Weston for pointing this out. Changes since April 1989. Added a 
  4451. reference to Technical Note #213, _StripAddress:  The Untold Story.
  4452.  
  4453.  Name  =  Sys Error Hndlr Q&As.sit
  4454.  Path =  AMUG CD2:Files II:MacTechNotes:Operating System:Sys Error Hndlr Q&As.sit
  4455.  Size:  6K         Date: 2/23/93         Version: 
  4456.  Description:
  4457.  Sys Error Hndlr Q&As - This Technical Note contains a collection of Q&As 
  4458. relating to a specific topic—questions you’ve sent the Developer Support 
  4459. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  4460. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  4461. have the editing and organization of other Technical Notes. The Q&A 
  4462. function is to get new technical information and updates to you quickly, 
  4463. saving the polish for when the information migrates into reference manuals.
  4464.  
  4465.  Name  =  System Error 33.sit
  4466.  Path =  AMUG CD2:Files II:MacTechNotes:Memory:System Error 33.sit
  4467.  Size:  5K         Date:10/29/92         Version: 
  4468.  Description:
  4469.  System Error 33 - System 3.2 introduced a new system error, ID=33, 
  4470. generated by the Memory Manager when it notices that a heap had been 
  4471. corrupted in a certain way. This error is listed in the file “SysErr.a” as 
  4472. “negZcbFreeErr”.
  4473.  
  4474.  Name  =  System S/W Util Q&As.sit
  4475.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:System S/W Util Q&As.sit
  4476.  Size:  5K         Date:10/29/92         Version: 
  4477.  Description:
  4478.  System S/W Util Q&As - This Technical Note contains a collection of Q&As 
  4479. relating to a specific topic—questions you’ve sent the Developer Support 
  4480. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  4481. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  4482. have the editing and organization of other Technical Notes. The Q&A 
  4483. function is to get new technical information and updates to you quickly, 
  4484. saving the polish for when the information migrates into reference manuals.
  4485.  
  4486.  Name  =  System Update 2.0.1.sit
  4487.  Path =  AMUG CD2:Files II:MacTechNotes:Operating System:System Update 2.0.1.sit
  4488.  Size: 10K         Date: 5/03/94         Version: 2.01 tn
  4489.  Description:
  4490.  System Update 2.0.1 - OS 05 - This Technical Note documents the Macintosh 
  4491. System Update 2.0.1. System Update 2.0.1 is a collection of bug fixes and 
  4492. enhancements to Macintosh System 7.1 and System 7 Pro. There have been two 
  4493. previous versions of this update, called “Macintosh Hardware System Update 
  4494. Version 1.0,” and “Macintosh Hardware System Update Version 2.0.” Last 
  4495. updated, October 93.
  4496.  
  4497.  Name  =  TEScroll Bug.sit
  4498.  Path =  AMUG CD2:Files II:MacTechNotes:Text:TEScroll Bug.sit
  4499.  Size:  4K         Date:10/29/92         Version: 
  4500.  Description:
  4501.  TEScroll Bug - A bug in TextEdit causes the following problem: a call to 
  4502. TEScroll with no horizontal or vertical displacement (that is, both dh and 
  4503. dv set to zero) results in disappearance of the insertion point. 
  4504.  
  4505.  Name  =  Tags.sit
  4506.  Path =  AMUG CD2:Files II:MacTechNotes:Files:Tags.sit
  4507.  Size:  5K         Date:10/29/92         Version: 
  4508.  Description:
  4509.  Tags - Apple has decided to eliminate support for file-system tags on its 
  4510. future products; this technical note explains this decision. Some of 
  4511. Apple’s disk products (and some third-party products) have the ability to 
  4512. store 532 bytes per sector, instead of the normal 512. Twelve of the extra 
  4513. bytes are used to store redundant file system information, known as “tags”,
  4514. to be used by a scavenging utility to reconstruct damaged disks.
  4515.  
  4516.  Name  =  TextEdit Advice & Descent.sit
  4517.  Path =  AMUG CD2:Files II:MacTechNotes:Text:TextEdit Advice & Descent.sit
  4518.  Size:  6K         Date: 6/22/93         Version: 
  4519.  Description:
  4520.  TextEdit Advice & Descent - This technical note will point out some bugs 
  4521. (and possible workarounds), and other items of interest for the TextEdit 
  4522. programmer.
  4523.  
  4524.  Name  =  TextEdit Bugs in 4.2.sit
  4525.  Path =  AMUG CD2:Files II:MacTechNotes:Text:TextEdit Bugs in 4.2.sit
  4526.  Size:  6K         Date:10/29/92         Version: 
  4527.  Description:
  4528.  TextEdit Bugs in 4.2 - This note formerly described the known bugs with the
  4529. version of Styled TextEdit that was provided with System 4.1. Many of these
  4530. bugs were fixed in System 4.2. This updated Technical Note describes the 
  4531. remaining known problems.
  4532.  
  4533.  Name  =  TextEdit Conversion.sit
  4534.  Path =  AMUG CD2:Files II:MacTechNotes:Text:TextEdit Conversion.sit
  4535.  Size:  4K         Date:10/29/92         Version: 
  4536.  Description:
  4537.  TextEdit Conversion - Text sometimes must be converted between a Pascal 
  4538. string and “pure” text in a handle. This note illustrates a way to do this 
  4539. using MPW Pascal.
  4540.  
  4541.  Name  =  TextEdit EOL Ambiguity.sit
  4542.  Path =  AMUG CD2:Files II:MacTechNotes:Text:TextEdit EOL Ambiguity.sit
  4543.  Size:  4K         Date:10/29/92         Version: 
  4544.  Description:
  4545.  TextEdit EOL Ambiguity - TESetSelect may be used to position the insertion 
  4546. point at the end of a line. There is an ambiguity, though; should the 
  4547. insertion point appear at the end of the preceding line or the start of the
  4548. following one? It is possible to determine what will happen, as you are 
  4549. about to see.
  4550.  
  4551.  Name  =  TextEdit Q&As.sit
  4552.  Path =  AMUG CD2:Files II:MacTechNotes:Text:TextEdit Q&As.sit
  4553.  Size: 12K         Date:10/29/92         Version: 
  4554.  Description:
  4555.  TextEdit Q&As - This Technical Note contains a collection of Q&As relating 
  4556. to a specific topic—questions you’ve sent the Developer Support Center 
  4557. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  4558. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  4559. the editing and organization of other Technical Notes. The Q&A function is 
  4560. to get new technical information and updates to you quickly, saving the 
  4561. polish for when the information migrates into reference manuals.
  4562.  
  4563.  Name  =  TextEdit Record Size Limits.sit
  4564.  Path =  AMUG CD2:Files II:MacTechNotes:Text:TextEdit Record Size Limits.sit
  4565.  Size:  5K         Date: 6/22/93         Version: 
  4566.  Description:
  4567.  TextEdit Record Size Limits - This Technical Note describes another limit 
  4568. on the length of a TextEdit record that was previously undocumented.
  4569.  
  4570.  Name  =  TextEdit Technicalities.sit
  4571.  Path =  AMUG CD2:Files II:MacTechNotes:Text:TextEdit Technicalities.sit
  4572.  Size:  8K         Date:10/29/92         Version: 
  4573.  Description:
  4574.  TextEdit Technicalities - This Technical Note discusses some areas in 
  4575. TextEdit that have not previously been clearly documented. Changes since 
  4576. February 1990. Added a note about the changes in TextEdit for System 
  4577. Software 6.0.5, documented the low-memory global TESysJust, clarified 
  4578. information about text direction and _TESetJust, discussed problems with 
  4579. the SetWordBreak routine along with a solution to work around it, and 
  4580. described the differences in dialog text item behavior.
  4581.  
  4582.  Name  =  Text Services Mgr Q&As.sit
  4583.  Path =  AMUG CD2:Files II:MacTechNotes:Text:Text Services Mgr Q&As.sit
  4584.  Size:  5K         Date: 6/22/93         Version: 
  4585.  Description:
  4586.  Text Services Mgr Q&As - This Technical Note contains a collection of Q&As 
  4587. relating to a specific topic—questions you’ve sent the Developer Support 
  4588. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  4589. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  4590. have the editing and organization of other Technical Notes. The Q&A 
  4591. function is to get new technical information and updates to you quickly, 
  4592. saving the polish for when the information migrates into reference manuals.
  4593.  
  4594.  Name  =  The Compleat Guide to Teach.sit
  4595.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:The Compleat Guide to Teach.sit
  4596.  Size: 15K         Date: 6/22/93         Version: 
  4597.  Description:
  4598.  The Compleat Guide to Teach - This Technical Note explains how to use 
  4599. TeachText to create release notes, complete with pictures, which every 
  4600. Macintosh owner can read. This Note assumes familiarity with ResEdit.
  4601.  
  4602.  Name  =  The PAP Status Buffer.sit
  4603.  Path =  AMUG CD2:Files II:MacTechNotes:Networking:The PAP Status Buffer.sit
  4604.  Size:  8K         Date: 6/22/93         Version: 
  4605.  Description:
  4606.  The PAP Status Buffer - This Technical Note shows the format of the ATP 
  4607. data part of Printer Access Protocol (PAP) OpenConnReply and Status 
  4608. AppleTalk response packets. A PAP client returns this information in its 
  4609. implementation of the PAPStatus and PAPOpen calls. The status buffer format
  4610. is shown for both LaserWriter and ImageWriter (with the ImageWriter II/LQ 
  4611. LocalTalk Option card installed) printers.
  4612.  
  4613.  Name  =  Time Mgr Q&As.sit
  4614.  Path =  AMUG CD2:Files II:MacTechNotes:Processes:Time Mgr Q&As.sit
  4615.  Size:  5K         Date:12/28/92         Version: 
  4616.  Description:
  4617.  Time Mgr Q&As - This Technical Note contains a collection of Q&As relating 
  4618. to a specific topic—questions you’ve sent the Developer Support Center 
  4619. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  4620. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  4621. the editing and organization of other Technical Notes. The Q&A function is 
  4622. to get new technical information and updates to you quickly, saving the 
  4623. polish for when the information migrates into reference manuals.
  4624.  
  4625.  Name  =  Time Space and CopyBits.sit
  4626.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Graphics:Time Space and CopyBits.sit
  4627.  Size: 21K         Date:10/29/92         Version: 
  4628.  Description:
  4629.  Time Space and CopyBits - This Technical Note describes the various factors
  4630. that can influence the speed of _CopyBits so that developers can set up 
  4631. conditions to achieve the best performance for the particular situation.
  4632.  
  4633.  Name  =  Title Index.sit
  4634.  Path =  AMUG CD2:Files II:MacTechNotes: Indexes:Title Index.sit
  4635.  Size: 11K         Date:10/29/92         Version: 
  4636.  Description:
  4637.  Title Index - This index lists each Tech Note by Title, and gives the 
  4638. corresponding designation.
  4639.  
  4640.  Name  =  Token Ring Q&As.sit
  4641.  Path =  AMUG CD2:Files II:MacTechNotes:Networking:Token Ring Q&As.sit
  4642.  Size:  7K         Date:10/29/92         Version: 
  4643.  Description:
  4644.  Token Ring Q&As - This Technical Note contains a collection of Q&As 
  4645. relating to a specific topic—questions you’ve sent the Developer Support 
  4646. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  4647. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  4648. have the editing and organization of other Technical Notes. The Q&A 
  4649. function is to get new technical information and updates to you quickly, 
  4650. saving the polish for when the information migrates into reference manuals.
  4651.  
  4652.  Name  =  TokenTlk Programmer's Guide.sit
  4653.  Path =  AMUG CD2:Files II:MacTechNotes:Networking:TokenTlk Programmer's Guide.sit
  4654.  Size:  9K         Date: 6/22/93         Version: 
  4655.  Description:
  4656.  TokenTlk Programmer's Guide - This Technical Note presents the additions 
  4657. and changes to the TokenTalk Programmer’s Guide and the latest information 
  4658. with regard to software development for the Apple Token Ring NB and Token 
  4659. Ring 4/16 NB network cards.
  4660.  
  4661.  Name  =  Toolbox Karma.sit
  4662.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:Toolbox Karma.sit
  4663.  Size:  6K         Date:10/29/92         Version: 
  4664.  Description:
  4665.  Toolbox Karma - This Technical Note discusses Macintosh Toolbox 
  4666. compatibility and what you can do to help the Macintosh continue evolving 
  4667. in the future.
  4668.  
  4669.  Name  =  TrueType Q&As.sit
  4670.  Path =  AMUG CD2:Files II:MacTechNotes:Text:TrueType Q&As.sit
  4671.  Size:  9K         Date:10/29/92         Version: 
  4672.  Description:
  4673.  TrueType Q&As - This Technical Note contains a collection of Q&As relating 
  4674. to a specific topic—questions you’ve sent the Developer Support Center 
  4675. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  4676. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  4677. the editing and organization of other Technical Notes. The Q&A function is 
  4678. to get new technical information and updates to you quickly, saving the 
  4679. polish for when the information migrates into reference manuals.
  4680.  
  4681.  Name  =  User Items in Dialogs.sit
  4682.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:User Items in Dialogs.sit
  4683.  Size:  8K         Date:10/29/92         Version: 
  4684.  Description:
  4685.  User Items in Dialogs - The Dialog Manager does not go into detail about 
  4686. how to manage user items in dialogs; this Technical Note describes the 
  4687. process. Changes since March 1, 1988. Added MPW C 3.0 code, added a 
  4688. _SetPort call to the Pascal example, and noted the necessity and meaning of
  4689. enabled items.
  4690.  
  4691.  Name  =  Using Laser Prep Routines.sit
  4692.  Path =  AMUG CD2:Files II:MacTechNotes:Imaging:Printing:Using Laser Prep Routines.sit
  4693.  Size:  6K         Date: 6/22/93         Version: 
  4694.  Description:
  4695.  Using Laser Prep Routines - This technical note addresses the issues 
  4696. involved in depending on the procedures and constants defined in the Laser 
  4697. Prep dictionary.
  4698.  
  4699.  Name  =  Using MPW for Non-Mac 68000.sit
  4700.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:Using MPW for Non-Mac 68000.sit
  4701.  Size: 11K         Date: 6/22/93         Version: 
  4702.  Description:
  4703.  Using MPW for Non-Mac 68000 - This Technical Note discusses using MPW 3.0 
  4704. for creating software intended to run on 68000-based systems that do not 
  4705. implement the Macintosh run-time architecture. These systems include NuBus™
  4706. cards, peripheral devices, and proprietary 68000 systems.
  4707.  
  4708.  Name  =  VCBs and Drive Numbers.sit
  4709.  Path =  AMUG CD2:Files II:MacTechNotes:Files:VCBs and Drive Numbers.sit
  4710.  Size:  5K         Date:10/29/92         Version: 
  4711.  Description:
  4712.  VCBs and Drive Numbers - The top of page IV-178 in The File Manager chapter
  4713. of Inside Macintosh in attempts to explain the behavior of two fields in a 
  4714. volume control block when the corresponding disk is offline or ejected. Due
  4715. to the fact that a little bit is left unsaid, this paragraph is rather 
  4716. misleading. The two fields in question are vcbDrvNum and vcbDRefNum 
  4717. (referred to as ioVDrvInfo and ioVDRefNum in C and Pascal). PBHGetVInfo can
  4718. be used to access these fields.
  4719.  
  4720.  Name  =  VIA Q&As.sit
  4721.  Path =  AMUG CD2:Files II:MacTechNotes:Hardware:VIA Q&As.sit
  4722.  Size:  5K         Date:10/29/92         Version: 
  4723.  Description:
  4724.  VIA Q&As - This Technical Note contains a collection of Q&As relating to a 
  4725. specific topic—questions you’ve sent the Developer Support Center (DSC) 
  4726. along with answers from the DSC engineers. While DSC engineers have checked
  4727. the Q&A content for accuracy, the Q&A Technical Notes don’t have the 
  4728. editing and organization of other Technical Notes. The Q&A function is to 
  4729. get new technical information and updates to you quickly, saving the polish
  4730. for when the information migrates into reference manuals.
  4731.  
  4732.  Name  =  VM and Memory Mappings.sit
  4733.  Path =  AMUG CD2:Files II:MacTechNotes:Memory:VM and Memory Mappings.sit
  4734.  Size: 20K         Date: 6/22/93         Version: 
  4735.  Description:
  4736.  VM and Memory Mappings - The purpose of this Note is twofold.  First, it 
  4737. describes in detail how to use the GetPhysical routine.  This routine is 
  4738. critical to the support of alternate bus masters on certain machines 
  4739. without Virtual Memory (VM) and all machines with VM.  Included is an 
  4740. ancillary discussion of several closely-related VM routines.  Second, it 
  4741. reiterates a number of issues important to VM compatibility and elucidates 
  4742. some of the deeper VM issues of which specialized developers should be 
  4743. aware.  Compatibility issues are especially important for developers of 
  4744. SCSI drivers, NuBus™ master hardware, and code which runs at interrupt 
  4745. time.
  4746.  
  4747.  Name  =  Version Territory.sit
  4748.  Path =  AMUG CD2:Files II:MacTechNotes:Overview:Version Territory.sit
  4749.  Size: 11K         Date:10/29/92         Version: 
  4750.  Description:
  4751.  Version Territory - This Technical Note describes the 'vers' resource 
  4752. supported by Finder 6.1 and later. Changes since April 1989. Changed MPW C 
  4753. code to reflect the changes in MPW C 3.1.
  4754.  
  4755.  Name  =  Video Q&As.sit
  4756.  Path =  AMUG CD2:Files II:MacTechNotes:Hardware:Video Q&As.sit
  4757.  Size: 18K         Date:10/29/92         Version: 
  4758.  Description:
  4759.  Video Q&As - This Technical Note contains a collection of Q&As relating to 
  4760. a specific topic—questions you’ve sent the Developer Support Center (DSC) 
  4761. along with answers from the DSC engineers. While DSC engineers have checked
  4762. the Q&A content for accuracy, the Q&A Technical Notes don’t have the 
  4763. editing and organization of other Technical Notes. The Q&A function is to 
  4764. get new technical information and updates to you quickly, saving the polish
  4765. for when the information migrates into reference manuals.
  4766.  
  4767.  Name  =  Virtual Memory Q&As.sit
  4768.  Path =  AMUG CD2:Files II:MacTechNotes:Memory:Virtual Memory Q&As.sit
  4769.  Size:  7K         Date:10/29/92         Version: 
  4770.  Description:
  4771.  Virtual Memory Q&As - This Technical Note contains a collection of Q&As 
  4772. relating to a specific topic—questions you’ve sent the Developer Support 
  4773. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  4774. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  4775. have the editing and organization of other Technical Notes. The Q&A 
  4776. function is to get new technical information and updates to you quickly, 
  4777. saving the polish for when the information migrates into reference manuals.
  4778.  
  4779.  Name  =  Virtual User Q&As.sit
  4780.  Path =  AMUG CD2:Files II:MacTechNotes:Platforms & Tools:Virtual User Q&As.sit
  4781.  Size:  6K         Date:10/29/92         Version: 
  4782.  Description:
  4783.  Virtual User Q&As - This Technical Note contains a collection of Q&As 
  4784. relating to a specific topic—questions you’ve sent the Developer Support 
  4785. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  4786. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  4787. have the editing and organization of other Technical Notes. The Q&A 
  4788. function is to get new technical information and updates to you quickly, 
  4789. saving the polish for when the information migrates into reference manuals.
  4790.  
  4791.  Name  =  Volume Handling Q&As.sit
  4792.  Path =  AMUG CD2:Files II:MacTechNotes:Files:Volume Handling Q&As.sit
  4793.  Size: 18K         Date:10/29/92         Version: 
  4794.  Description:
  4795.  Volume Handling Q&As - This Technical Note contains a collection of Q&As 
  4796. relating to a specific topic—questions you’ve sent the Developer Support 
  4797. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  4798. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  4799. have the editing and organization of other Technical Notes. The Q&A 
  4800. function is to get new technical information and updates to you quickly, 
  4801. saving the polish for when the information migrates into reference manuals.
  4802.  
  4803.  Name  =  WDs & MultiFinder.sit
  4804.  Path =  AMUG CD2:Files II:MacTechNotes:Files:WDs & MultiFinder.sit
  4805.  Size:  5K         Date:10/29/92         Version: 
  4806.  Description:
  4807.  WDs & MultiFinder - This technical note describes the way that working 
  4808. directories are handled under MultiFinder. Some versions of Technical Note 
  4809. #77 claim that you can open working directories with a unique ioWDProcID 
  4810. and that they will only be deallocated when “the system is rebooted.”
  4811.  
  4812.  Name  =  WMgrPort.sit
  4813.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:WMgrPort.sit
  4814.  Size:  6K         Date:10/29/92         Version: 
  4815.  Description:
  4816.  WMgrPort - Where WMgrPort (the Window Manager’s port), MultiFinder, and 
  4817. drawing outside of one’s windows will be reconciled.
  4818.  
  4819.  Name  =  WaitNextEvent Bug in 1.0.sit
  4820.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:WaitNextEvent Bug in 1.0.sit
  4821.  Size:  5K         Date:10/29/92         Version: 
  4822.  Description:
  4823.  WaitNextEvent Bug in 1.0 - This Technical Note discusses a bug in 
  4824. WaitNextEvent in MultiFinder 1.0. This bug only occurs when WaitNextEvent 
  4825. is called from the background. This bug will be fixed in the next release 
  4826. of MultiFinder. Change since 11/87 the bug will be fixed in Systems with 
  4827. versions greater than $04FF.
  4828.  
  4829.  Name  =  Which File System is Active.sit
  4830.  Path =  AMUG CD2:Files II:MacTechNotes:Files:Which File System is Active.sit
  4831.  Size:  6K         Date:10/29/92         Version: 
  4832.  Description:
  4833.  Which File System is Active - This Technical Note discusses how to 
  4834. determine which file system a particular volume is running. Changes since 
  4835. June 1990. Removed text about IDs $0001-$0016 being AppleShare volumes; 
  4836. other file systems use this range too. Under certain circumstances it is 
  4837. necessary to determine which file system is currently running on a 
  4838. particular volume.  For example, on a 64K ROM machine, your application 
  4839. (i.e., especially disk recovery utilities or disk editors, etc.) may need 
  4840. to check for MFS versus HFS.  Note that this is usually not necessary, 
  4841. because all ROMs, except the original 64K ROMs, include HFS.
  4842.  
  4843.  Name  =  Window Mgr Q&As.sit
  4844.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:Window Mgr Q&As.sit
  4845.  Size: 12K         Date: 2/28/94         Version: 
  4846.  Description:
  4847.  Window Mgr Q&As - This Technical Note contains a collection of Q&As 
  4848. relating to a specific topic—questions you’ve sent the Developer Support 
  4849. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  4850. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  4851. have the editing and organization of other Technical Notes. The Q&A 
  4852. function is to get new technical information and updates to you quickly, 
  4853. saving the polish for when the information migrates into reference manuals.
  4854. New Q&As in this Technical Note - How to save and restore window positions.
  4855.  
  4856.  Name  =  WordBreak Tables.sit
  4857.  Path =  AMUG CD2:Files II:MacTechNotes:Text:WordBreak Tables.sit
  4858.  Size: 10K         Date:10/29/92         Version: 
  4859.  Description:
  4860.  WordBreak Tables - This technical note describes how to construct auxiliary
  4861. break tables for use with the FindWord routine in the Script Manager.
  4862.  
  4863.  Name  =  WorldScript Q&As.sit
  4864.  Path =  AMUG CD2:Files II:MacTechNotes:Text:WorldScript Q&As.sit
  4865.  Size:  8K         Date: 6/22/93         Version: 
  4866.  Description:
  4867.  WorldScript Q&As - This Technical Note contains a collection of Q&As 
  4868. relating to a specific topic—questions you’ve sent the Developer Support 
  4869. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  4870. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  4871. have the editing and organization of other Technical Notes. The Q&A 
  4872. function is to get new technical information and updates to you quickly, 
  4873. saving the polish for when the information migrates into reference manuals.
  4874.  
  4875.  Name  =  Worldwide Ov Q&As.sit
  4876.  Path =  AMUG CD2:Files II:MacTechNotes:Overview:Worldwide Ov Q&As.sit
  4877.  Size:  9K         Date:12/07/93         Version: 
  4878.  Description:
  4879.  Worldwide Ov Q&As - This Technical Note contains a collection of Q&As 
  4880. relating to a specific topic—questions you’ve sent the Developer Support 
  4881. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  4882. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  4883. have the editing and organization of other Technical Notes. The Q&A 
  4884. function is to get new technical information and updates to you quickly, 
  4885. saving the polish for when the information migrates into reference manuals.
  4886. Q&As are now included with Technical Notes to make access to technical 
  4887. updates easier for you.
  4888.  
  4889.  Name  =  X25 & X400 Q&As.sit
  4890.  Path =  AMUG CD2:Files II:MacTechNotes:Networking:X25 & X400 Q&As.sit
  4891.  Size:  8K         Date:10/29/92         Version: 
  4892.  Description:
  4893.  X25 & X400 Q&As - This Technical Note contains a collection of Q&As 
  4894. relating to a specific topic—questions you’ve sent the Developer Support 
  4895. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  4896. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  4897. have the editing and organization of other Technical Notes. The Q&A 
  4898. function is to get new technical information and updates to you quickly, 
  4899. saving the polish for when the information migrates into reference manuals.
  4900.  
  4901.  Name  =  ZoomWindow.sit
  4902.  Path =  AMUG CD2:Files II:MacTechNotes:Toolbox:ZoomWindow.sit
  4903.  Size:  9K         Date:10/29/92         Version: 
  4904.  Description:
  4905.  ZoomWindow - This Technical Note contains some hints about using 
  4906. _ZoomWindow. Changes since February 1990. Fixed a bug in DoWZoom which 
  4907. caused crashes if the content of a window did not intersect with any 
  4908. device’s gdRect.  Also made DoWZoom more robust by making savePort a local 
  4909. variable and checking for off-screen and inactive GDevice records.  (One 
  4910. variable name has changed.)  Additional minor changes:  Corrected original 
  4911. sample code to use _EraseRect before zooming and added references to Human 
  4912. Interface Note #7, Who’s Zooming Whom? for more subtle and application- 
  4913. specific considerations.
  4914.  
  4915.